FreeNOS
|
#include <Types.h>
Go to the source code of this file.
Namespaces | |
Core | |
Enumerations | |
enum | Core::Action { Core::GetCoreCount = 0, Core::CreateProcess, Core::PingRequest, Core::PongResponse } |
Actions which may be performed on the CoreServer. More... | |
enum | Core::Result { Core::Success, Core::InvalidArgument, Core::NotFound, Core::BootError, Core::ExecError, Core::OutOfMemory, Core::IOError, Core::MemoryError, Core::IpcError } |
Result code for Actions. More... | |