FreeNOS
|
#include <RecoveryMessage.h>
Data Fields | |
ProcessID | from |
Source of the message. More... | |
Recovery::Action | action |
Action to perform. More... | |
Recovery::Result | result |
Result of action. More... | |
ProcessID | pid |
Process identifier of target process. More... | |
Data Fields inherited from ChannelMessage | |
Type | type:1 |
Message type is either a request or response. More... | |
Size | identifier:31 |
Optional request identifier. More... | |
ProcessID | from |
Source process of the message. More... | |
Additional Inherited Members | |
Public Types inherited from ChannelMessage | |
enum | Type { Request = 0, Response = 1 } |
Message types. More... | |
Recovery IPC message.
Definition at line 36 of file RecoveryMessage.h.
Recovery::Action RecoveryMessage::action |
Action to perform.
Definition at line 39 of file RecoveryMessage.h.
Referenced by RecoveryClient::restartProcess().
ProcessID RecoveryMessage::from |
Source of the message.
Definition at line 38 of file RecoveryMessage.h.
ProcessID RecoveryMessage::pid |
Process identifier of target process.
Definition at line 41 of file RecoveryMessage.h.
Referenced by RecoveryClient::restartProcess(), and RecoveryServer::restartProcess().
Recovery::Result RecoveryMessage::result |
Result of action.
Definition at line 40 of file RecoveryMessage.h.
Referenced by RecoveryClient::request(), and RecoveryServer::restartProcess().