aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-01 12:59:19 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-01 12:59:19 -0400
commit34fa4ad637ae3997b0ae31f2009a8aacc6261626 (patch)
treee964396851f90f6ec9119019cfc55f20d4ad06f7 /src/or/or.h
parentfec3091129ccde0b61d2c5468117a869436e0274 (diff)
parenta7eae4ddc52006a5d94a07435152c4dc5ab2ac0e (diff)
downloadtor-34fa4ad637ae3997b0ae31f2009a8aacc6261626.tar.gz
tor-34fa4ad637ae3997b0ae31f2009a8aacc6261626.zip
Merge remote-tracking branch 'public/bug15515_025'
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 f75e776730..2f0a7789ad 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3181,6 +3181,9 @@ typedef struct or_circuit_t {
* to the specification? */
unsigned int remaining_relay_early_cells : 4;
+ /* We have already received an INTRODUCE1 cell on this circuit. */
+ unsigned int already_received_introduce1 : 1;
+
/** True iff this circuit was made with a CREATE_FAST cell. */
unsigned int is_first_hop : 1;