From 0c047b87f5a65fa3e33af0cc45288b3648789cb9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 25 May 2007 19:41:31 +0000 Subject: polish r9933-r9994 svn:r10335 --- src/or/connection_or.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/or/connection_or.c') 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 src into network-order * in the buffer dest. See tor-spec.txt for details about the * wire format. + * + * Note that this function doesn't touch dst-\>next: the caller + * should set it or clear it as appropriate. */ void cell_pack(packed_cell_t *dst, const cell_t *src) -- cgit v1.2.3