Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used when calling create, update, or delete. More...
Data Fields | |
void * | obj |
Pointer to the object itself. More... | |
const struct ast_sorcery * | sorcery |
Pointer to the sorcery instance. More... | |
void* obj |
Pointer to the object itself.
Definition at line 1835 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 1833 of file sorcery.c.
Referenced by ast_sorcery_create(), ast_sorcery_delete(), ast_sorcery_retrieve_by_id(), ast_sorcery_update(), sorcery_cache_create(), sorcery_wizard_create(), sorcery_wizard_delete(), and sorcery_wizard_update().