Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_sorcery_object_wizard Struct Reference

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_wizardwizard
 Wizard interface itself.
 
char wizard_args [0]
 Wizard arguments.
 

Detailed Description

Structure for a wizard instance which operates on objects.

Definition at line 103 of file sorcery.c.


The documentation for this struct was generated from the following file: