aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-08-05 00:12:05 +0000
committerRoger Dingledine <arma@torproject.org>2008-08-05 00:12:05 +0000
commitd01813a8ddcfb1db7c833cc42eea1ca98011c599 (patch)
treea073550ad61f24244b870a1a503565559fc6091a /src/or/or.h
parent18d3153fbb5ceceeacb4c4b8185c1f51da43bb1d (diff)
downloadtor-d01813a8ddcfb1db7c833cc42eea1ca98011c599.tar.gz
tor-d01813a8ddcfb1db7c833cc42eea1ca98011c599.zip
Take out the TestVia config option, since it was a workaround fortor-0.2.1.4-alpha
a bug that was fixed in Tor 0.1.1.21. svn:r16409
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8bc7cfab3d..61c98a7df0 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2223,7 +2223,6 @@ typedef struct {
int NumCpus; /**< How many CPUs should we try to use? */
int RunTesting; /**< If true, create testing circuits to measure how well the
* other ORs are running. */
- char *TestVia; /**< When reachability testing, use these as middle hop. */
config_line_t *RendConfigLines; /**< List of configuration lines
* for rendezvous services. */
char *ContactInfo; /**< Contact info to be published in the directory. */