Initial commit after restructure
This commit is contained in:
13
process/getpid_windows.go
Normal file
13
process/getpid_windows.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package process
|
||||
|
||||
import (
|
||||
"github.com/Safing/safing-core/process/iphelper"
|
||||
)
|
||||
|
||||
var (
|
||||
getTCP4PacketInfo = iphelper.GetTCP4PacketInfo
|
||||
getTCP6PacketInfo = iphelper.GetTCP6PacketInfo
|
||||
getUDP4PacketInfo = iphelper.GetUDP4PacketInfo
|
||||
getUDP6PacketInfo = iphelper.GetUDP6PacketInfo
|
||||
getActiveConnectionIDs = iphelper.GetActiveConnectionIDs
|
||||
)
|
||||
Reference in New Issue
Block a user