Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
bef8943874760940dd2a2b5c67da31df618b5b16
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
William Kurkian
ea86948
2019-04-09 15:16:11 -0400
[
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
)