mirror of
https://github.com/safing/portmaster
synced 2025-09-02 18:49:14 +00:00
7 lines
206 B
Go
7 lines
206 B
Go
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() {}
|