mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 22:16:38 +00:00
9 lines
102 B
Go
9 lines
102 B
Go
//go:build windows
|
|
|
|
package iphlpapi
|
|
|
|
const (
|
|
TCPTableClass uint32 = 5
|
|
TCP6TableClass uint32 = 5
|
|
)
|