Data Fields | |
char * | arg [ARGMAX] |
Program with arguments. More... | |
int | length |
The length of the arguments array. More... |
The arguments array must be NULL terminated and the first entry is the program itself.
Definition at line 211 of file monitor.h.
|
Program with arguments.
Definition at line 212 of file monitor.h. Referenced by printprocess(), spawn(), start_process(), and stop_process(). |
|
The length of the arguments array.
|