Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
5809b5be7d6f9f4423546e4a89915d66a17880e5
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
khenaidoo
ac63710
2019-01-14 15:44:34 -0500
[
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
)