|
The Pedigree Project 0.1
|
Collaboration diagram for MqueueNotification:Public Member Functions | |
| void | complete (bool removed) |
Public Attributes | |
| Process * | process |
| size_t | pid |
| LinuxMqSigevent | event |
| SharedPointer< NetworkSyscalls > | socket |
| uint8_t | cookie [32] |
Definition at line 13 of file mqueue-state.h.
|
inline |
Definition at line 14 of file mqueue-state.h.
| void MqueueNotification::complete | ( | bool | removed | ) |
Definition at line 276 of file mqueue-state.cc.
| uint8_t MqueueNotification::cookie[32] |
Definition at line 19 of file mqueue-state.h.
| LinuxMqSigevent MqueueNotification::event |
Definition at line 17 of file mqueue-state.h.
| size_t MqueueNotification::pid |
Definition at line 16 of file mqueue-state.h.
| Process* MqueueNotification::process |
Definition at line 15 of file mqueue-state.h.
| SharedPointer<NetworkSyscalls> MqueueNotification::socket |
Definition at line 18 of file mqueue-state.h.