FreeNOS
Data Fields
ProcessInfo Struct Reference

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...
 

Detailed Description

Process information structure, used for Info.

Definition at line 63 of file ProcessCtl.h.

Field Documentation

◆ id

ProcessID ProcessInfo::id

Process Identity number.

Must be unique.

Definition at line 66 of file ProcessCtl.h.

Referenced by ProcessClient::findProcess(), and ProcessCtlHandler().

◆ parent

ProcessID ProcessInfo::parent

Parent process id.

Definition at line 69 of file ProcessCtl.h.

Referenced by ProcessList::exec(), and ProcessCtlHandler().

◆ state

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().


The documentation for this struct was generated from the following file: