|
Motr
M0
|
#include <getopts.h>

Data Structures | |
| union | m0_getopts_union |
Data Fields | |
| enum m0_getopts_opt_type | go_type |
| char | go_opt |
| const char * | go_desc |
| union m0_getopts_opt::m0_getopts_union | go_u |
A description of an option, recognized by m0_getopts().
Callers are not supposed to construct these explicitly. M0_*ARG() macros, defined below, are used instead.
| const char* go_desc |
| enum m0_getopts_opt_type go_type |
| union m0_getopts_opt::m0_getopts_union go_u |