Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-simolt-adapter
/
8ea2c9d6db6152de6aa652377c20f58b93de390d
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
Scott Baker
2d89798
2019-09-24 11:50:08 -0700
[
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
)