Data Fields | |
char | filename [0] |
unsigned int | has_exec:1 |
cache_file_mtime::includes | includes |
struct { | |
cache_file_mtime * next | |
} | list |
time_t | mtime |
char * | who_asked |
Data Structures | |
struct | includes |
Definition at line 73 of file config.c.
char filename[0] |
Definition at line 79 of file config.c.
Referenced by config_cache_attribute(), config_text_file_load(), handle_cli_config_list(), and handle_cli_config_reload().
unsigned int has_exec |
Definition at line 76 of file config.c.
Referenced by config_cache_attribute(), and config_text_file_load().
Referenced by config_cache_attribute(), and config_text_file_load().
struct { ... } list |
Referenced by handle_cli_config_list(), and handle_cli_config_reload().
time_t mtime |
Definition at line 77 of file config.c.
Referenced by config_cache_attribute(), and config_text_file_load().
struct cache_file_mtime* next |
char* who_asked |
Definition at line 78 of file config.c.
Referenced by config_cache_attribute(), config_text_file_load(), handle_cli_config_list(), and handle_cli_config_reload().