diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-08 10:53:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-08 10:53:19 -0400 |
commit | fca222f0ce6e7fb354c3a6e0b3950d1985b59f82 (patch) | |
tree | 2e890fe305e37c547d4f361729427aef4b60c0e7 /src/or/relay.h | |
parent | aa42f941dc58ff7554e31dc6f15e4d23f639f351 (diff) | |
download | tor-fca222f0ce6e7fb354c3a6e0b3950d1985b59f82.tar.gz tor-fca222f0ce6e7fb354c3a6e0b3950d1985b59f82.zip |
be more consistent in using streamid_t
Diffstat (limited to 'src/or/relay.h')
-rw-r--r-- | src/or/relay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.h b/src/or/relay.h index 088ef3228a..0ef17b6ffd 100644 --- a/src/or/relay.h +++ b/src/or/relay.h @@ -46,7 +46,7 @@ void cell_queue_append_packed_copy(cell_queue_t *queue, const cell_t *cell); void append_cell_to_circuit_queue(circuit_t *circ, or_connection_t *orconn, cell_t *cell, cell_direction_t direction, - uint16_t fromstream); + streamid_t fromstream); void connection_or_unlink_all_active_circs(or_connection_t *conn); int connection_or_flush_from_first_active_circuit(or_connection_t *conn, int max, time_t now); |