PidMap

Members

Functions

getSubMap
PidMap getSubMap(const RawPid p)
remove
PidMap remove(RawPid p)

Remove a pid from the map.

Variables

children
RawPid[][RawPid] children;

The children a process has

parent
RawPid[RawPid] parent;

the parent of a process

proc
string[RawPid] proc;

The executable of a pid

Meta