Asterisk - The Open Source Telephony Project
18.5.0
|
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 97 of file main/config.c.
char filename[0] |
Filename and who_asked stuffed after it.
Definition at line 111 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 100 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 98 of file main/config.c.
time_t stat_mtime |
stat() file modtime seconds since epoc
Definition at line 106 of file main/config.c.
Referenced by cfmstat_cmp(), and cfmstat_save().
unsigned long stat_mtime_nsec |
stat() file modtime nanoseconds
Definition at line 104 of file main/config.c.
Referenced by cfmstat_cmp(), and cfmstat_save().
unsigned long stat_size |
stat() file size
Definition at line 102 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 109 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().