Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openonu-adapter-go
/
d4d66e94a768a9519b53f65d1130afa50dfdc05c
/
.
/
vendor
/
github.com
/
armon
/
go-metrics
/
const_windows.go
blob: 38136af3e423725739d89cd79653733deab4f557 [
file
] [
log
] [
blame
]
// +build windows
package metrics
import (
"syscall"
)
const (
// DefaultSignal is used with DefaultInmemSignal
// Windows has no SIGUSR1, use SIGBREAK
DefaultSignal = syscall.Signal(21)
)