diff options
author | Roger Dingledine <arma@torproject.org> | 2003-12-19 21:25:44 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-12-19 21:25:44 +0000 |
commit | ad93c0a2bd655dd1e4cc0c7a922899800c8805ee (patch) | |
tree | 638275227d0d56147d5fa8fb186d69cc457840b3 /src/or/or.h | |
parent | a5e6ec244f0d7c139fc239cf407033b77d2dd173 (diff) | |
download | tor-ad93c0a2bd655dd1e4cc0c7a922899800c8805ee.tar tor-ad93c0a2bd655dd1e4cc0c7a922899800c8805ee.tar.gz |
make sure there's no conflict when generating stream_ids
svn:r955
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 30e32394d..1f0abc3f8 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -445,6 +445,7 @@ struct circuit_t { connection_t *n_conn; /* for the OR conn, if there is one */ connection_t *p_streams; connection_t *n_streams; + uint16_t next_stream_id; int package_window; int deliver_window; |