diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-25 00:34:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-25 00:34:23 -0400 |
commit | 2452302354fdd6d34e1637380ffc73af067fd904 (patch) | |
tree | 706a678ffdf0f3c5de50cee44efe1e2325a2c482 /src/or/or.h | |
parent | 0fd8f5781b8535c1735d9f984ff833a3024ddc95 (diff) | |
parent | a5610cfa64189db693dbad3efaa973d6720c42fe (diff) | |
download | tor-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.h | 3 |
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. * |