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