aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-11-17 12:28:18 +0000
committerRoger Dingledine <arma@torproject.org>2007-11-17 12:28:18 +0000
commit094096d3200e597bff0dcd30a60d6e3ae63d1755 (patch)
treeba2f28dd568e1f9d5ecd1007e9462b5cd2dc5cb0 /src/or/or.h
parentd62ef13d0ad720a55591e6b8e77d4c6b2aa7abe5 (diff)
downloadtor-094096d3200e597bff0dcd30a60d6e3ae63d1755.tar.gz
tor-094096d3200e597bff0dcd30a60d6e3ae63d1755.zip
get rid of the __ConsiderAllRoutersAsHidServDirectories config option
svn:r12528
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8f077234f5..f32fa4ea9f 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2092,8 +2092,6 @@ typedef struct {
* them at some point, since I think C says that identifiers beginning with
* __ are implementation-reserved or something. */
int __MinUptimeHidServDirectoryV2; /**< Accept hs dirs after what time? */
- int __ConsiderAllRoutersAsHidServDirectories; /**< Consider all routers as
- * hidden service dirs? */
int FetchUselessDescriptors; /**< Do we fetch non-running descriptors too? */
int AllDirActionsPrivate; /**< Should every directory action be sent
* through a Tor circuit? */