mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
9 lines
122 B
Go
9 lines
122 B
Go
//go:build windows
|
|
|
|
package iphlpapi
|
|
|
|
const (
|
|
TCPTableOwnerPIDAll uint32 = 5
|
|
TCPTableOwnerPIDListener uint32 = 3
|
|
)
|