[tor-commits] [tor/release-0.4.4] Merge branch 'tor-gitlab/mr/121' into maint-0.4.4

dgoulet at torproject.org dgoulet at torproject.org
Tue Aug 18 12:51:47 UTC 2020


commit deea19637006dd9bf65431acf2e15f96f3209602
Merge: ef18fb56c9 a02002dc99
Author: David Goulet <dgoulet at torproject.org>
Date:   Tue Aug 18 08:49:01 2020 -0400

    Merge branch 'tor-gitlab/mr/121' into maint-0.4.4

 changes/ticket24308     |  6 ++++++
 src/app/config/config.c | 29 +++++++++++++++++++++++------
 src/app/config/config.h |  2 +-
 3 files changed, 30 insertions(+), 7 deletions(-)

diff --cc src/app/config/config.h
index 17caa0e3ff,35905ef767..1ba10d1d37
--- a/src/app/config/config.h
+++ b/src/app/config/config.h
@@@ -292,9 -277,20 +292,9 @@@ STATIC int parse_dir_authority_line(con
                                      dirinfo_type_t required_type,
                                      int validate_only);
  STATIC int parse_dir_fallback_line(const char *line, int validate_only);
 -STATIC int have_enough_mem_for_dircache(const or_options_t *options,
 -                                        size_t total_mem, char **msg);
 -STATIC int parse_port_config(smartlist_t *out,
 -                  const struct config_line_t *ports,
 -                  const char *portname,
 -                  int listener_type,
 -                  const char *defaultaddr,
 -                  int defaultport,
 -                  const unsigned flags);
 -
 -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);





More information about the tor-commits mailing list