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

Structure for registered object type. More...

Data Fields

sorcery_apply_handler apply
 Optional object set apply callback.
 
sorcery_copy_handler copy
 Optional object copy callback.
 
sorcery_diff_handler diff
 Optional object diff callback.
 
struct ao2_containerfields
 Object fields.
 
struct aco_filefile
 Configuration framework file information.
 
struct aco_infoinfo
 Configuration framework general information.
 
char name [MAX_OBJECT_TYPE]
 Unique name of the object type.
 
struct ao2_containerobservers
 Observers.
 
unsigned int reloadable:1
 Specifies if object type is reloadable or not.
 
struct ast_taskprocessorserializer
 Serializer for observers.
 
sorcery_transform_handler transform
 Optional transformation callback.
 
struct aco_type type
 Type details.
 
struct ast_sorcery_object_wizards wizards
 Wizard instances.
 

Detailed Description

Structure for registered object type.

Definition at line 148 of file sorcery.c.


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