aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 14097da6e..cfbaba469 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3206,6 +3206,9 @@ typedef struct or_circuit_t {
* to zero, it is initialized to the default value.
*/
uint32_t max_middle_cells;
+
+ /** True iff this circuit was the last one used for an introduction. */
+ unsigned int intro_last_used : 1;
} or_circuit_t;
/** Convert a circuit subtype to a circuit_t. */
@@ -4022,6 +4025,8 @@ typedef struct {
int IntroPointAcceptMutipleConnections;
+ char* IntroPointLoadBalancingAlgorithm;
+
/** Minimum value for the Exit flag threshold on testing networks. */
uint64_t TestingMinExitFlagThreshold;