|
enum | Error { ErrorNone = 0
, ErrorGeneral = 1
, ErrorTimeout = 2
} |
|
enum | CompressionAlg { AlgNone = 0
, AlgLz4 = 1
, AlgZstd = 2
, AlgDefault = 3
} |
|
|
static Error | HibernateProcess (const pid_t pid, const uint32_t timeout=DFL_TIMEOUTE_MS, const std::string &locator=DFL_LOCATOR, const std::string &dumpDirPath=std::string(), CompressionAlg compression=AlgDefault) |
|
static Error | WakeupProcess (const pid_t pid, const uint32_t timeout=DFL_TIMEOUTE_MS, const std::string &locator=DFL_LOCATOR) |
|
|
static const std::string | DFL_LOCATOR = "" |
|
static const uint32_t | DFL_TIMEOUTE_MS = 0 |
|
The documentation for this class was generated from the following files: