Data Fields | |
struct { | |
unsigned int declined:1 | |
unsigned int running:1 | |
} | flags |
struct ast_module_info * | info |
void * | lib |
int | usecount |
struct module_user_list | users |
Definition at line 85 of file loader.c.
unsigned int declined |
Definition at line 92 of file loader.c.
Referenced by ast_module_reload(), ast_unload_resource(), and load_resource().
struct { ... } flags |
Referenced by ast_module_reload(), ast_unload_resource(), load_modules(), and load_resource().
struct ast_module_info* info [read] |
Definition at line 86 of file loader.c.
Referenced by ast_module_helper(), ast_module_register(), ast_module_reload(), ast_module_shutdown(), ast_module_unregister(), ast_unload_resource(), ast_update_module_list(), inspect_module(), and load_resource().
void* lib |
unsigned int running |
Definition at line 91 of file loader.c.
Referenced by ast_module_reload(), ast_unload_resource(), load_modules(), and load_resource().
int usecount |
Definition at line 88 of file loader.c.
Referenced by __ast_module_user_add(), __ast_module_user_hangup_all(), __ast_module_user_remove(), ast_module_ref(), ast_module_unref(), ast_unload_resource(), and ast_update_module_list().
struct module_user_list users [read] |
Definition at line 89 of file loader.c.
Referenced by __ast_module_user_add(), __ast_module_user_hangup_all(), __ast_module_user_remove(), ast_module_register(), ast_module_shutdown(), and ast_module_unregister().