summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-18 15:17:11 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-18 15:17:11 -0400
commit5959d1c10581399efb46eeb6c0de66547894ed65 (patch)
tree81f75fa6923b5810538b9f150f228428ca01501e /src/or/or.h
parent3f837d4826cce0e7917e79d73b81aefc3fefc6bd (diff)
parent0164f16f70d17da202c8085e620e9cf043eda0b3 (diff)
downloadtor-5959d1c10581399efb46eeb6c0de66547894ed65.tar.gz
tor-5959d1c10581399efb46eeb6c0de66547894ed65.zip
Merge remote-tracking branch 'andrea/bug8435' into maint-0.2.4
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 8acd7365e3..fcdb34eabe 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3871,6 +3871,10 @@ typedef struct {
* consensus vote on the 'params' line. */
char *ConsensusParams;
+ /** Authority only: minimum number of measured bandwidths we must see
+ * before we only beliee measured bandwidths to assign flags. */
+ int MinMeasuredBWsForAuthToIgnoreAdvertised;
+
/** The length of time that we think an initial consensus should be fresh.
* Only altered on testing networks. */
int TestingV3AuthInitialVotingInterval;