aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-25 00:34:23 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-25 00:34:23 -0400
commit2452302354fdd6d34e1637380ffc73af067fd904 (patch)
tree706a678ffdf0f3c5de50cee44efe1e2325a2c482 /src/or/or.h
parent0fd8f5781b8535c1735d9f984ff833a3024ddc95 (diff)
parenta5610cfa64189db693dbad3efaa973d6720c42fe (diff)
downloadtor-2452302354fdd6d34e1637380ffc73af067fd904.tar
tor-2452302354fdd6d34e1637380ffc73af067fd904.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.4'
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 041421ed4..922ae4cb9 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1399,6 +1399,9 @@ typedef struct or_handshake_state_t {
/* True iff we've received valid authentication to some identity. */
unsigned int authenticated : 1;
+ /* True iff we have sent a netinfo cell */
+ unsigned int sent_netinfo : 1;
+
/** True iff we should feed outgoing cells into digest_sent and
* digest_received respectively.
*