![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_module_info:Asterisk developer's documentation :: Codename Pineapple
ast_module_info Struct Reference
#include <module.h>

Definition at line 184 of file module.h.
Data Fields | |
| const char * | description |
| unsigned int | flags |
| const char * | key |
| enum ast_module_load_result(* | load )(void) |
| const char * | name |
| int(* | reload )(void) |
| ast_module * | self |
| int(* | unload )(void) |
|
|
Definition at line 196 of file module.h. Referenced by ast_update_module_list(), inspect_module(), and load_resource(). |
|
|
|
|
|
This holds the ASTERISK_GPL_KEY, signifiying that you agree to the terms of the Asterisk license as stated in the ASTERISK_GPL_KEY. Your module will not load if it does not return the EXACT key string. Definition at line 204 of file module.h. Referenced by inspect_module(). |
|
|
Referenced by load_resource(). |
|
|
Definition at line 195 of file module.h. Referenced by ast_module_register(). |
|
|
Referenced by ast_module_helper(). |
|
|
Definition at line 191 of file module.h. Referenced by ast_module_register(). |
|
|
|