| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Structure for passing load/reload details. More...

| Data Fields | |
| unsigned int | force:1 | 
| Whether this is forced or not. | |
| unsigned int | reload:1 | 
| Whether this is a reload or not. | |
| const struct ast_sorcery * | sorcery | 
| Sorcery structure in use. | |
| const char * | type | 
| Type of object being loaded. | |
| unsigned int force | 
Whether this is forced or not.
Definition at line 254 of file sorcery.c.
Referenced by sorcery_wizard_load().
| unsigned int reload | 
Whether this is a reload or not.
Definition at line 251 of file sorcery.c.
Referenced by sorcery_object_load(), and sorcery_wizard_load().
| const struct ast_sorcery* sorcery | 
Sorcery structure in use.
Definition at line 245 of file sorcery.c.
Referenced by ast_sorcery_force_reload(), ast_sorcery_force_reload_object(), ast_sorcery_load(), ast_sorcery_load_object(), ast_sorcery_reload(), ast_sorcery_reload_object(), sorcery_object_load(), and sorcery_wizard_load().
| const char* type | 
Type of object being loaded.
Definition at line 248 of file sorcery.c.
Referenced by sorcery_object_load(), and sorcery_wizard_load().