summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-30 11:59:51 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-30 11:59:51 -0500
commit29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7 (patch)
tree5fc379286043c84be7328472cd6967ebb50bcd5b /src/or/or.h
parenta0351311aeea715cea24e156e065b65cc29a804c (diff)
parent02c320916e025eca63d0ae23aa4f610095c7857c (diff)
downloadtor-29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7.tar.gz
tor-29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7.zip
Merge branch 'bug5956_squashed'
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 cfcddba3b2..df933c353a 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3946,6 +3946,9 @@ typedef struct {
/** Autobool: should we use the ntor handshake if we can? */
int UseNTorHandshake;
+
+ /** Fraction: */
+ double PathsNeededToBuildCircuits;
} or_options_t;
/** Persistent state for an onion router, as saved to disk. */