diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-08 21:35:17 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-08 21:35:17 +0000 |
commit | 2a94c8b4934bbe5054c7b78bbb03223da4724205 (patch) | |
tree | 9f7cfe915672417450a74fa5c7570483fffc6c59 /src/or/or.h | |
parent | 3a5758e212f32f60f3a280213a0ebe356c4858ef (diff) | |
download | tor-2a94c8b4934bbe5054c7b78bbb03223da4724205.tar.gz tor-2a94c8b4934bbe5054c7b78bbb03223da4724205.zip |
add a new config option FetchUselessRouters, off by default, for
when you plan to run "exitlist" on this client and you want to know
about even the non-running descriptors.
svn:r6326
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 0e0e13ad59..43a8ebfb3b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1286,6 +1286,7 @@ typedef struct { int PublishHidServDescriptors; /**< and our hidden service descriptors? */ int FetchServerDescriptors; /**< Do we fetch server descriptors as normal? */ int FetchHidServDescriptors; /** and hidden service descriptors? */ + int FetchUselessRouters; /**< Do we fetch non-running descriptors too? */ int AllDirActionsPrivate; /**< Should every directory action be sent * through a Tor circuit? */ |