Gitiles
Code Review
Sign In
gerrit.opencord.org
/
openolt-scale-tester
/
3533f8d6961c984387796cc0fe6ae54b5fb6ffe2
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_unix.go
blob: 31098dd57e55588425594bd22cb20d4b4794e144 [
file
] [
log
] [
blame
]
Girish Gowdra
6450343
2020-01-07 10:59:10 +0530
[
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
)