FreeNOS
|
Process information structure, used for Info. More...
#include <ProcessCtl.h>
Data Fields | |
ProcessID | id |
Process Identity number. More... | |
ProcessID | parent |
Parent process id. More... | |
Process::State | state |
Defines the current state of the Process. More... | |
Process information structure, used for Info.
Definition at line 63 of file ProcessCtl.h.
ProcessID ProcessInfo::id |
Process Identity number.
Must be unique.
Definition at line 66 of file ProcessCtl.h.
Referenced by ProcessClient::findProcess(), and ProcessCtlHandler().
ProcessID ProcessInfo::parent |
Parent process id.
Definition at line 69 of file ProcessCtl.h.
Referenced by ProcessList::exec(), and ProcessCtlHandler().
Process::State ProcessInfo::state |
Defines the current state of the Process.
Definition at line 72 of file ProcessCtl.h.
Referenced by ProcessCtlHandler(), and ProcessClient::processInfo().