diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-24 23:39:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-14 23:16:22 -0500 |
commit | c64ee7099f32c2630d8ed65febf92357cd5e9487 (patch) | |
tree | 3ed3a50bc066bbe263443ce4d9d3bd1511f84778 /src/or/or.h | |
parent | b35a0d113233fa29439500555201b85c1dec64b1 (diff) | |
download | tor-c64ee7099f32c2630d8ed65febf92357cd5e9487.tar.gz tor-c64ee7099f32c2630d8ed65febf92357cd5e9487.zip |
Record, send, and receive flags in BEGIN cells
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 05d27b1508..fa90aaee5b 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1414,6 +1414,8 @@ typedef struct edge_connection_t { uint32_t address_ttl; /**< TTL for address-to-addr mapping on exit * connection. Exit connections only. */ + uint32_t begincell_flags; /** Flags sent or received in the BEGIN cell + * for this connection */ streamid_t stream_id; /**< The stream ID used for this edge connection on its * circuit */ |