aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2014-09-05 01:37:25 +0200
committerNick Mathewson <nickm@torproject.org>2014-09-09 11:54:15 -0400
commit8099dee99234519a76580bb9ae479a878b7a45e0 (patch)
treebaef389c5733b45298bc66e3df08473cb5166d2d /src/or/dirvote.h
parent59f3cce0dcddb98301d18d0cb4cb08c1619fa34c (diff)
downloadtor-8099dee99234519a76580bb9ae479a878b7a45e0.tar.gz
tor-8099dee99234519a76580bb9ae479a878b7a45e0.zip
Remove dirauth support for the BadDirectory flag
Implements the first half of #13060. The second half will be to remove client support, too.
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r--src/or/dirvote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h
index b27ce01e30..7fa4010cf8 100644
--- a/src/or/dirvote.h
+++ b/src/or/dirvote.h
@@ -101,7 +101,7 @@ void set_routerstatus_from_routerinfo(routerstatus_t *rs,
node_t *node,
routerinfo_t *ri, time_t now,
int listbadexits,
- int listbaddirs, int vote_on_hsdirs);
+ int vote_on_hsdirs);
networkstatus_t *
dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key,
authority_cert_t *cert);