Public Attributes | |
DSO * | dso |
char * | name |
conf_init_func * | init |
conf_finish_func * | finish |
int | links |
void * | usr_data |
Definition at line 77 of file conf_mod.c.
DSO* conf_module_st::dso |
Definition at line 80 of file conf_mod.c.
conf_finish_func* conf_module_st::finish |
Definition at line 86 of file conf_mod.c.
conf_init_func* conf_module_st::init |
Definition at line 84 of file conf_mod.c.
int conf_module_st::links |
Definition at line 88 of file conf_mod.c.
char* conf_module_st::name |
Definition at line 82 of file conf_mod.c.
void* conf_module_st::usr_data |
Definition at line 89 of file conf_mod.c.