#include <sr_module.h>

Data Fields | |
| struct module_exports * | exports |
| void * | handle |
| struct sr_module * | next |
| char * | path |
Definition at line 180 of file sr_module.h.
struct module_exports* exports [read] |
Definition at line 183 of file sr_module.h.
Referenced by count_module_procs(), destroy_modules(), find_cmd_export_t(), find_mod_export(), find_param_export(), forward_reply(), init_mod(), init_mod_child(), module_loaded(), register_module(), set_mod_param_regex(), and start_module_procs().
| void* handle |
Definition at line 184 of file sr_module.h.
Referenced by count_module_procs(), destroy_modules(), find_cmd_export_t(), find_mod_export(), find_param_export(), forward_reply(), init_mod(), init_mod_child(), module_loaded(), msg_list_check(), register_module(), set_mod_param_regex(), sr_load_module(), and start_module_procs().
| char* path |
Definition at line 181 of file sr_module.h.
Referenced by find_cmd_export_t(), find_mod_export(), find_param_export(), register_module(), and set_mod_param_regex().
1.5.6