rush
Revamped UNIX Shell
|
Process-information structure. More...
#include <plist.h>
Data Fields | |
pid_t | pid |
char * | cmdLine |
bool | background |
Process-information structure.
bool background |
Should process run in the background?
char* cmdLine |
Original command line.
pid_t pid |
Process ID.