aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-10-30 00:03:31 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-11-10 15:48:25 +0100
commit13a7e8bea3b9d37b1bfd5e3a3ea14dd650be632e (patch)
treeefd68ad58c501b940cc93630dbb06c25ac7cdd6f /src/or/or.h
parent87a0e733d1d4c65cf4919eaf8f1cc3b4039b21d6 (diff)
downloadtor-13a7e8bea3b9d37b1bfd5e3a3ea14dd650be632e.tar
tor-13a7e8bea3b9d37b1bfd5e3a3ea14dd650be632e.tar.gz
Comment out the (unused) RunTesting option
The code that makes use of the RunTesting option is #if 0, so setting this option has no effect. Mark the option as obsolete for now, so that Tor doesn't list it as an available option erroneously.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 2e65459d4..e4d57dd7b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2548,8 +2548,8 @@ typedef struct {
uint64_t PerConnBWRate; /**< Long-term bw on a single TLS conn, if set. */
uint64_t PerConnBWBurst; /**< Allowed burst on a single TLS conn, if set. */
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. */
+//int RunTesting; /**< If true, create testing circuits to measure how well the
+// * other ORs are running. */
config_line_t *RendConfigLines; /**< List of configuration lines
* for rendezvous services. */
config_line_t *HidServAuth; /**< List of configuration lines for client-side