|
sipxportlib
Version 3.3
|
#include "os/OsDefs.h"#include "os/OsStatus.h"#include "os/OsFS.h"#include "os/OsProcess.h"#include "os/OsProcessIterator.h"#include "os/OsMutex.h"

Go to the source code of this file.
Classes | |
| class | OsProcessMgr |
Macros | |
| #define | PROCESS_ALIAS_FILE "processAlias.dat" |
| #define | PROCESS_ALIAS_LOCK_FILE "locked.lck" |
Variables | |
| const int | PROCESS_STARTED = 1 |
| const int | PROCESS_STOPPED = 2 |
| const int | PROCESS_FAILED = 3 |
| const int | PROCESS_NEVERRUN = 4 |
| const int | PROCESS_STOPPING = 5 |
| const int | PROCESS_STARTING = 6 |
| const int | USER_PROCESS_NONE = 0 |
| const int | USER_PROCESS_START = 1 |
| const int | USER_PROCESS_STOP = 2 |
| const int | USER_PROCESS_RESTART = 3 |
| #define PROCESS_ALIAS_FILE "processAlias.dat" |
| #define PROCESS_ALIAS_LOCK_FILE "locked.lck" |
| const int PROCESS_STARTED = 1 |
| const int PROCESS_STOPPED = 2 |
| const int PROCESS_FAILED = 3 |
| const int PROCESS_NEVERRUN = 4 |
| const int PROCESS_STOPPING = 5 |
| const int PROCESS_STARTING = 6 |
| const int USER_PROCESS_NONE = 0 |
| const int USER_PROCESS_START = 1 |
| const int USER_PROCESS_STOP = 2 |
| const int USER_PROCESS_RESTART = 3 |
1.8.11