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