FreeNOS
|
Represents a process which may run on the host. More...
#include <ProcessEvent.h>
Data Fields | |
ProcessEventType | type |
Size | number |
ProcessShares::MemoryShare | share |
Represents a process which may run on the host.
Definition at line 40 of file ProcessEvent.h.
Size ProcessEvent::number |
Definition at line 43 of file ProcessEvent.h.
Referenced by ChannelServer< DatastoreServer, DatastoreMessage >::readKernelEvents().
ProcessShares::MemoryShare ProcessEvent::share |
Definition at line 44 of file ProcessEvent.h.
Referenced by ProcessShares::createShare(), and ChannelServer< DatastoreServer, DatastoreMessage >::readKernelEvents().
ProcessEventType ProcessEvent::type |
Definition at line 42 of file ProcessEvent.h.
Referenced by ProcessShares::createShare(), ProcessManager::interruptNotify(), ChannelServer< DatastoreServer, DatastoreMessage >::readKernelEvents(), and ProcessShares::~ProcessShares().