Data Fields | |
int | hastime |
const char * | name |
struct ast_include * | next |
const char * | registrar |
const char * | rname |
char | stuff [0] |
struct ast_timing | timing |
Definition at line 131 of file pbx.c.
int hastime |
If time construct exists
Definition at line 135 of file pbx.c.
Referenced by ast_context_add_include2(), and include_valid().
const char* name |
Definition at line 132 of file pbx.c.
Referenced by ast_context_add_include2(), ast_context_remove_include2(), and ast_get_include_name().
struct ast_include* next [read] |
Link them together
Definition at line 137 of file pbx.c.
Referenced by __ast_context_destroy(), ast_context_add_include2(), ast_context_remove_include2(), ast_walk_context_includes(), and pbx_find_extension().
const char* registrar |
Registrar
Definition at line 134 of file pbx.c.
Referenced by ast_context_add_include2(), ast_context_remove_include2(), and ast_get_include_registrar().
const char* rname |
Context to include
Definition at line 133 of file pbx.c.
Referenced by ast_context_add_include2(), ast_context_verify_includes(), and pbx_find_extension().
char stuff[0] |
struct ast_timing timing [read] |
time construct
Definition at line 136 of file pbx.c.
Referenced by ast_context_add_include2(), and include_valid().