Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
f6f746424570cd4c425c11b44cd304aa1f8d46ec
/
.
/
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
)