Add first tag handlers for svchost, app image, net
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
//+build !windows,!linux
|
||||
//go:build !windows && !linux
|
||||
// +build !windows,!linux
|
||||
|
||||
package process
|
||||
|
||||
// SystemProcessID is the PID of the System/Kernel itself.
|
||||
const SystemProcessID = 0
|
||||
|
||||
// specialOSInit does special OS specific Process initialization.
|
||||
func (p *Process) specialOSInit() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user