#include <module.h>
Collaboration diagram for module_info:
Data Fields | |
const char * | name |
apr_dso_handle_t * | modh |
bs_module * | def |
bs_definition * | services |
apr_time_t | time_loaded |
Definition at line 54 of file module.h.
const char* module_info::name |
Definition at line 55 of file module.h.
Referenced by get_module_descriptions(), load_module(), and unload_all_modules().
apr_dso_handle_t* module_info::modh |
Definition at line 57 of file module.h.
Referenced by get_module_descriptions(), load_module(), set_definitions(), and unload_all_modules().
Definition at line 58 of file module.h.
Referenced by load_module(), set_definitions(), and unload_all_modules().
apr_time_t module_info::time_loaded |