Asterisk - The Open Source Telephony Project
21.4.1
|
Structure for internal sorcery object information. More...
Data Fields | |
struct timeval | created |
Time that the object was created. | |
ao2_destructor_fn | destructor |
Optional object destructor. | |
struct ast_variable * | extended |
Extended object fields. | |
unsigned int | has_dynamic_contents:1 |
Whether this object has dynamic contents or not. | |
char * | id |
Unique identifier of this object. | |
char | type [MAX_OBJECT_TYPE] |
Type of object. | |