Asterisk - The Open Source Telephony Project
21.4.1
|
Structure for storing configuration file sourced objects. More...
Data Fields | |
unsigned int | buckets |
Number of buckets to use for objects. | |
unsigned int | configuration_invalid:1 |
Configuration is invalid in some way, force reload. | |
struct ast_variable * | criteria |
Any specific variable criteria for considering a defined category for this object. | |
char * | explicit_name |
An explicit name for the configuration section, with it there can be only one. | |
char | family [] |
enum unqualified_fetch | fetch |
unsigned int | file_integrity:1 |
Enable file level integrity instead of object level. | |
char | filename [] |
Filename of the configuration file. | |
unsigned int | has_dynamic_contents:1 |
Configuration contains at least one object with dynamic contents. | |
struct ao2_global_obj | objects |
Objects retrieved from the configuration file. | |
unsigned int | single_object:1 |
Enable enforcement of a single configuration object of this type. | |
char | uuid [AST_UUID_STR_LEN] |
UUID for identifying us when opening a configuration file. | |
Structure for storing configuration file sourced objects.
Definition at line 43 of file res_sorcery_config.c.