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

| Data Structures | |
| struct | includes | 
| Data Fields | ||
| char | filename [0] | |
| unsigned int | has_exec:1 | |
| struct cache_file_mtime::includes | includes | |
| struct { | ||
| struct cache_file_mtime * next | ||
| } | list | |
| time_t | stat_mtime | |
| unsigned long | stat_mtime_nsec | |
| unsigned long | stat_size | |
| const char * | who_asked | |
Definition at line 98 of file main/config.c.
| char filename[0] | 
Filename and who_asked stuffed after it.
Definition at line 112 of file main/config.c.
Referenced by cfmtime_new(), config_cache_attribute(), config_cache_remove(), config_text_file_load(), handle_cli_config_list(), and handle_cli_config_reload().
| unsigned int has_exec | 
Definition at line 101 of file main/config.c.
Referenced by config_cache_attribute(), and config_text_file_load().
Referenced by config_cache_attribute(), config_cache_flush_includes(), and config_text_file_load().
| struct { ... } list | 
| struct cache_file_mtime* next | 
Definition at line 99 of file main/config.c.
| time_t stat_mtime | 
stat() file modtime seconds since epoc
Definition at line 107 of file main/config.c.
Referenced by cfmstat_cmp(), and cfmstat_save().
| unsigned long stat_mtime_nsec | 
stat() file modtime nanoseconds
Definition at line 105 of file main/config.c.
Referenced by cfmstat_cmp(), and cfmstat_save().
| unsigned long stat_size | 
stat() file size
Definition at line 103 of file main/config.c.
Referenced by cfmstat_cmp(), and cfmstat_save().
| const char* who_asked | 
String stuffed in filename[] after the filename string.
Definition at line 110 of file main/config.c.
Referenced by cfmtime_new(), config_cache_attribute(), config_cache_remove(), config_text_file_load(), handle_cli_config_list(), and handle_cli_config_reload().