aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-05-25 19:41:31 +0000
committerRoger Dingledine <arma@torproject.org>2007-05-25 19:41:31 +0000
commit0c047b87f5a65fa3e33af0cc45288b3648789cb9 (patch)
tree9618c93ffe6a3595f53e1d199f9bfeafb514065d /src/or/connection_or.c
parenta19d131ed759a45d484fc11fe9e8d88798f304fa (diff)
downloadtor-0c047b87f5a65fa3e33af0cc45288b3648789cb9.tar
tor-0c047b87f5a65fa3e33af0cc45288b3648789cb9.tar.gz
polish r9933-r9994
svn:r10335
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r--src/or/connection_or.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index 0bd78bd37..5bb5e69a9 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)