]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge remote-tracking branch 'asn/ticket23056_v2'
authorNick Mathewson <nickm@torproject.org>
Mon, 4 Sep 2017 16:09:03 +0000 (12:09 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 4 Sep 2017 16:09:03 +0000 (12:09 -0400)
1  2 
src/or/hs_common.c
src/or/hs_service.c

Simple merge
index 5ff118222d13e18ca3a986ee47bdbf0fb9de78f0,4171a8e0ac04403ff3e5a12ba254fb187bdb0ad8..4eb51362983898bf8caf0d4f8b68e7906f84a67e
@@@ -72,12 -72,8 +72,13 @@@ static const char address_tld[] = "onio
   * loading keys requires that we are an actual running tor process. */
  static smartlist_t *hs_service_staging_list;
  
 +/** True if the list of available router descriptors might have changed which
 + *  might result in an altered hash ring. Check if the hash ring changed and
 + *  reupload if needed */
 +static int consider_republishing_hs_descriptors = 0;
 +
  static void set_descriptor_revision_counter(hs_descriptor_t *hs_desc);
+ static void move_descriptors(hs_service_t *src, hs_service_t *dst);
  
  /* Helper: Function to compare two objects in the service map. Return 1 if the
   * two service have the same master public identity key. */