Asterisk - The Open Source Telephony Project
21.4.1
|
Structure for a wizard instance which operates on objects. More...
Data Fields | |
unsigned int | allow_duplicates:1 |
Wizard allows others of the same type. | |
unsigned int | caching:1 |
Wizard is acting as an object cache. | |
void * | data |
Unique data for the wizard. | |
unsigned int | read_only:1 |
Wizard is read_only. | |
struct ast_sorcery_internal_wizard * | wizard |
Wizard interface itself. | |
char | wizard_args [0] |
Wizard arguments. | |
Structure for a wizard instance which operates on objects.