summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2013-03-20 11:16:41 -0700
committerAndrea Shepard <andrea@torproject.org>2013-03-20 11:16:41 -0700
commit5c5198e713365fecf44741ae6f287c2ebdef18f6 (patch)
treef329782bff6541a16d0119106c949131db668616 /src/or/or.h
parent8e29a7ae1da643197cc237ecb81096cd55913eff (diff)
downloadtor-5c5198e713365fecf44741ae6f287c2ebdef18f6.tar.gz
tor-5c5198e713365fecf44741ae6f287c2ebdef18f6.zip
Set default minimum bandwidth for exit flag to zero for TestingTorNetwork
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 2b0102de32..4e19140b4b 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3910,6 +3910,9 @@ typedef struct {
* of certain configuration options. */
int TestingTorNetwork;
+ /** Minimum value for the Exit flag threshold on testing networks. */
+ uint64_t TestingMinExitFlagThreshold;
+
/** Minimum value for the Fast flag threshold on testing networks. */
uint64_t TestingMinFastFlagThreshold;