Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
1221d1a49f3aefdfc94c06d31a4636bd8f6efabf
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
Holger Hildebrandt
fa07499
2020-03-27 15:42:06 +0000
[
diff
] [
blame
]
1
// +build !windows
2
3
package metrics
4
5
import (
6
"syscall"
7
)
8
9
const (
10
// DefaultSignal is used with DefaultInmemSignal
11
DefaultSignal = syscall.SIGUSR1
12
)