aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.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/or.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/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 946e7e0def..d35c47fdec 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3590,10 +3590,7 @@ typedef struct {
int PublishHidServDescriptors;
int FetchServerDescriptors; /**< Do we fetch server descriptors as normal? */
int FetchHidServDescriptors; /**< and hidden service descriptors? */
- int HidServDirectoryV2; /**< Do we participate in the HS DHT? */
- int VoteOnHidServDirectoriesV2; /**< As a directory authority, vote on
- * assignment of the HSDir flag? */
int MinUptimeHidServDirectoryV2; /**< As directory authority, accept hidden
* service directories after what time? */