diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2014-09-04 23:16:51 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 11:50:21 -0400 |
commit | 607724c696a6e1bb10c8a955dac38f0ea947ce34 (patch) | |
tree | 126d7b64ea14a844b110c5e4b0ee9a0c848aaaa4 /src/or/dirvote.h | |
parent | 835672166255fd090a2fb92ccf48ec0cfd8779b7 (diff) | |
download | tor-607724c696a6e1bb10c8a955dac38f0ea947ce34.tar.gz tor-607724c696a6e1bb10c8a955dac38f0ea947ce34.zip |
Remove support for naming directory authorities
This implements the meat of #12899. This commit should simply remove the
parts of Tor dirauths used to check whether a relay was supposed to be
named or not, it doesn't yet convert to a new mechanism for
reject/invalid/baddir/badexiting relays.
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r-- | src/or/dirvote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h index 5eecc91d69..b27ce01e30 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -100,7 +100,7 @@ const cached_dir_t *dirvote_get_vote(const char *fp, int flags); void set_routerstatus_from_routerinfo(routerstatus_t *rs, node_t *node, routerinfo_t *ri, time_t now, - int naming, int listbadexits, + int listbadexits, int listbaddirs, int vote_on_hsdirs); networkstatus_t * dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key, |