Type type
Message type is either a request or response.
RecoveryClient(const ProcessID pid=RECOVERY_PID)
Class constructor function.
Recovery::Result restartProcess(const ProcessID pid) const
Restart a process.
const ProcessID m_pid
ProcessID of the RecoveryServer.
Recovery::Result request(RecoveryMessage &msg) const
Send an IPC request to the RecoveryServer.
static ChannelClient * instance()
Retrieve the instance.
u32 ProcessID
Process Identification Number.
ProcessID pid
Process identifier of target process.
Recovery::Result result
Result of action.
Recovery::Action action
Action to perform.