Included in: | options.c |
setup.h |
#define OPTIONS_LEN_USER_NAME 64
#define OPTIONS_LEN_CONFIG_FILE 512
struct | |
{ | |
int set_debug_enabled; | |
int set_user; | |
int set_config_file; | |
int set_ioperm; | |
int debug_level; | |
char config_file[512]; | |
char user_name[64]; | |
} |