|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Structure used when calling create, update, or delete. More...

Data Fields | |
| void * | obj |
| Pointer to the object itself. | |
| const struct ast_sorcery * | sorcery |
| Pointer to the sorcery instance. | |
| void* obj |
Pointer to the object itself.
Definition at line 1899 of file sorcery.c.
Referenced by sorcery_cache_create(), sorcery_wizard_create(), sorcery_wizard_delete(), and sorcery_wizard_update().
| const struct ast_sorcery* sorcery |
Pointer to the sorcery instance.
Definition at line 1897 of file sorcery.c.
Referenced by ast_sorcery_create(), ast_sorcery_delete(), ast_sorcery_retrieve_by_fields(), ast_sorcery_retrieve_by_id(), ast_sorcery_update(), sorcery_cache_create(), sorcery_wizard_create(), sorcery_wizard_delete(), and sorcery_wizard_update().