CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
|
A structure that describes a single command line option and its associated arguments. More...
#include <optarg.h>
Data Fields | |
int | option_index |
The index of this option. | |
char | short_name_str [OPTARG_MAX_SHORT_OPTION_LENGTH] |
The short name of the option (short opt). | |
int | num_args |
The number of arguments discovered for the option. | |
const char * | args_array [OPTARG_MAX_OPTION_ARGS] |
An array of all the arguments discovered for this option (up to OPTARG_MAX_OPTION_ARGS). | |
A structure that describes a single command line option and its associated arguments.