Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Hold the mtime for config files, so if we don't need to reread our config, don't. More...
Data Fields | |
char | include [0] |
struct { | |
struct cache_file_include * next | |
} | list |
Hold the mtime for config files, so if we don't need to reread our config, don't.
Definition at line 92 of file main/config.c.
char include[0] |
Filename or wildcard pattern as specified by the including file.
Definition at line 95 of file main/config.c.
Referenced by config_cache_attribute(), and config_text_file_load().
struct { ... } list |
struct cache_file_include* next |
Definition at line 93 of file main/config.c.