mycommand Struct Reference

Defines a command with ARGMAX optional arguments. More...


Data Fields

char * arg [ARGMAX]
 Program with arguments.

int length
 The length of the arguments array.


Detailed Description

Defines a command with ARGMAX optional arguments.

The arguments array must be NULL terminated and the first entry is the program itself.

Definition at line 270 of file monitor.h.


Field Documentation

char* mycommand::arg[ARGMAX]
 

Program with arguments.

Definition at line 271 of file monitor.h.

Referenced by printprocess(), and spawn().

int mycommand::length
 

The length of the arguments array.

Definition at line 272 of file monitor.h.


The documentation for this struct was generated from the following file: