diff options
Diffstat (limited to 'src/app/config/config.h')
-rw-r--r-- | src/app/config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/config.h b/src/app/config/config.h index ee39490072..e95ef4a728 100644 --- a/src/app/config/config.h +++ b/src/app/config/config.h @@ -291,7 +291,7 @@ STATIC int parse_dir_authority_line(const char *line, STATIC int parse_dir_fallback_line(const char *line, int validate_only); STATIC uint64_t compute_real_max_mem_in_queues(const uint64_t val, - int log_guess); + bool is_server); STATIC int open_and_add_file_log(const log_severity_list_t *severity, const char *fname, int truncate_log); |