|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|

Data Fields | ||
| const struct ast_category * | inst | |
| char | name [80] | |
| struct { | ||
| struct ast_category_template_instance * next | ||
| } | next | |
Definition at line 220 of file main/config.c.
| const struct ast_category* inst |
Definition at line 222 of file main/config.c.
Referenced by ast_category_inherit(), and ast_config_text_file_save2().
| char name[80] |
Definition at line 221 of file main/config.c.
Referenced by ast_category_inherit(), ast_config_text_file_save2(), PathSegment::get_child(), and SwaggerType::load().
| struct ast_category_template_instance* next |
Definition at line 223 of file main/config.c.
| struct { ... } next |