Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
1359c7382e08674d46b4558a36ac50cd5866e8af
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
// +build !windows
package metrics
import (
"syscall"
)
const (
// DefaultSignal is used with DefaultInmemSignal
DefaultSignal = syscall.SIGUSR1
)