1
0
Fork 0
telegraf/agent/agent_windows.go
Daniel Baumann 4978089aab
Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-24 07:26:29 +02:00

13 lines
187 B
Go

//go:build windows
package agent
import "os"
func watchForFlushSignal(_ chan os.Signal) {
// not supported
}
func stopListeningForFlushSignal(_ chan os.Signal) {
// not supported
}