| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
A structure to hold global configuration-related options. More...

| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| unsigned int | debug | 
| Debug level for the resolver. | |
| const ast_string_field | hosts | 
| struct ao2_container * | nameservers | 
| List of nameservers (in order) to use for queries. | |
| const ast_string_field | resolv | 
| struct unbound_config_state * | state | 
| State information. | |
| const ast_string_field | ta_file | 
A structure to hold global configuration-related options.
Definition at line 121 of file res_resolver_unbound.c.
| struct ast_string_field_mgr __field_mgr | 
Definition at line 126 of file res_resolver_unbound.c.
| struct ast_string_field_pool* __field_mgr_pool | 
< Optional hosts file
< Optional resolv.conf file
< Optional trust anchor file
Definition at line 126 of file res_resolver_unbound.c.
| unsigned int debug | 
Debug level for the resolver.
Definition at line 130 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply().
| const ast_string_field hosts | 
Definition at line 126 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply().
| struct ao2_container* nameservers | 
List of nameservers (in order) to use for queries.
Definition at line 128 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply().
| const ast_string_field resolv | 
Definition at line 126 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply().
| struct unbound_config_state* state | 
State information.
Definition at line 132 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply(), and unbound_resolver_resolve().
| const ast_string_field ta_file | 
Definition at line 126 of file res_resolver_unbound.c.
Referenced by unbound_config_preapply().