#include <conf.h>
Data Fields | |
char * | value |
unsigned int | line |
struct block_param * | block_params |
unsigned | num_block_params |
bool | used |
This flag is false when nobody has queried the value of this option yet. |
Definition at line 96 of file conf.h.
struct block_param* config_param::block_params [read] |
unsigned int config_param::line |
unsigned config_param::num_block_params |
bool config_param::used |
char* config_param::value |