diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-08-11 12:59:07 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-08-11 12:59:07 -0400 |
commit | 431dcc42e028e1b56f60131e3e153296ff73c25e (patch) | |
tree | c5e59d1a9105de5542023ea8476a6ad5799f4adf /src/app/config/config.h | |
parent | aa2c93b90b0745a07397538bf7802fba83096b68 (diff) | |
download | tor-431dcc42e028e1b56f60131e3e153296ff73c25e.tar.gz tor-431dcc42e028e1b56f60131e3e153296ff73c25e.zip |
Rename argument to compute_real_max_mem_in_queues()
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 301faf7067..35905ef767 100644 --- a/src/app/config/config.h +++ b/src/app/config/config.h @@ -290,7 +290,7 @@ STATIC int parse_port_config(smartlist_t *out, STATIC int check_bridge_distribution_setting(const char *bd); 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); |