FreeNOS
|
Enumerations | |
enum | Action { RestartProcess = 1 } |
Actions which may be performed on the recovery server. More... | |
enum | Result { Success = 0, IOError, InvalidArgument, NotFound, IpcError } |
Result codes. More... | |
enum Recovery::Action |
Actions which may be performed on the recovery server.
Enumerator | |
---|---|
RestartProcess |
Definition at line 34 of file Recovery.h.
enum Recovery::Result |
Result codes.
Enumerator | |
---|---|
Success | |
IOError | |
InvalidArgument | |
NotFound | |
IpcError |
Definition at line 42 of file Recovery.h.