Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
26a40929bed1dd3df6be0232c2284086a3cf82b3
/
.
/
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
)