processctl() PCTL_SPAWN cmd, scheduler embryo state, redirected pipes
This commit is contained in:
@ -2,7 +2,11 @@
|
||||
#define SHARE_HDRS_PROCESSCTL_H_
|
||||
|
||||
enum {
|
||||
PCTL_KILL = 0,
|
||||
PCTL_KILL = 0,
|
||||
PCTL_SPAWN = 1,
|
||||
PCTL_POLLSTATE = 2,
|
||||
PCTL_RUN = 3,
|
||||
PCTL_GETPID = 4,
|
||||
};
|
||||
|
||||
#endif // SHARE_HDRS_PROCESSCTL_H_
|
||||
|
Reference in New Issue
Block a user