diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-05-10 02:06:07 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-06-03 12:16:55 -0400 |
commit | 1546054d81fcc3462c37aca8a35a510d7f770533 (patch) | |
tree | b237ee9987f0dffc0e281930ead2bd9f1b6e2a21 /src/or/dirvote.h | |
parent | 7aa20b20bffcbc4c9b4e3eb1c874616e1cab119f (diff) | |
download | tor-1546054d81fcc3462c37aca8a35a510d7f770533.tar.gz tor-1546054d81fcc3462c37aca8a35a510d7f770533.zip |
Add a VoteOnHidServDirectoriesV2 configuration option
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 67540a37fb..de11fcf997 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -62,7 +62,7 @@ const cached_dir_t *dirvote_get_vote(const char *fp, int flags); void set_routerstatus_from_routerinfo(routerstatus_t *rs, routerinfo_t *ri, time_t now, int naming, int listbadexits, - int listbaddirs); + int listbaddirs, int vote_on_hsdirs); void router_clear_status_flags(routerinfo_t *ri); networkstatus_t * dirserv_generate_networkstatus_vote_obj(crypto_pk_env_t *private_key, |