diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-25 19:41:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-25 19:41:31 +0000 |
commit | 0c047b87f5a65fa3e33af0cc45288b3648789cb9 (patch) | |
tree | 9618c93ffe6a3595f53e1d199f9bfeafb514065d /src/or/connection_or.c | |
parent | a19d131ed759a45d484fc11fe9e8d88798f304fa (diff) | |
download | tor-0c047b87f5a65fa3e33af0cc45288b3648789cb9.tar.gz tor-0c047b87f5a65fa3e33af0cc45288b3648789cb9.zip |
polish r9933-r9994
svn:r10335
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r-- | src/or/connection_or.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 0bd78bd37c..5bb5e69a93 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -120,6 +120,9 @@ connection_or_set_identity_digest(or_connection_t *conn, const char *digest) /** Pack the cell_t host-order structure <b>src</b> into network-order * in the buffer <b>dest</b>. See tor-spec.txt for details about the * wire format. + * + * Note that this function doesn't touch <b>dst</b>-\>next: the caller + * should set it or clear it as appropriate. */ void cell_pack(packed_cell_t *dst, const cell_t *src) |