aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirvote.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-07-10 09:03:56 -0400
committerNick Mathewson <nickm@torproject.org>2015-07-10 09:05:26 -0400
commit2f8cf524ba4e565ab613504a4c41fd724d32facc (patch)
treed03c814b701acbfec41cc924491cc4f2d8e7a4f0 /src/or/dirvote.h
parentfdf5014d1134c2e06771e1265bca2eddb0e65ada (diff)
downloadtor-2f8cf524ba4e565ab613504a4c41fd724d32facc.tar.gz
tor-2f8cf524ba4e565ab613504a4c41fd724d32facc.zip
Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 options
(Mark them as obsolete) Closes 16543.
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r--src/or/dirvote.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h
index 0fb2b2599b..dca8540870 100644
--- a/src/or/dirvote.h
+++ b/src/or/dirvote.h
@@ -145,8 +145,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 listbadexits,
- int vote_on_hsdirs);
+ int listbadexits);
networkstatus_t *
dirserv_generate_networkstatus_vote_obj(crypto_pk_t *private_key,
authority_cert_t *cert);