aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-09 03:11:10 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-09 03:11:10 +0000
commit509d2912dcc533ececaa9f09f96271ae57a7f275 (patch)
tree41fe2c4933605cee965a5328fb89e4a83bb004e3 /src/or/connection_or.c
parentbe1e577d5e44d1ab1c9b180e644dc05872faa88a (diff)
downloadtor-509d2912dcc533ececaa9f09f96271ae57a7f275.tar.gz
tor-509d2912dcc533ececaa9f09f96271ae57a7f275.zip
doxygen and other cleanups
svn:r13440
Diffstat (limited to 'src/or/connection_or.c')
-rw-r--r--src/or/connection_or.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c
index f2bd54a494..79e7be2c21 100644
--- a/src/or/connection_or.c
+++ b/src/or/connection_or.c
@@ -174,13 +174,14 @@ var_cell_new(uint16_t payload_len)
return cell;
}
-/** Release all space held by <b>cell</b> */
+/** Release all space held by <b>cell</b>. */
void
var_cell_free(var_cell_t *cell)
{
tor_free(cell);
}
+/** We've received an EOF from <b>conn</b>. Mark it for close and return. */
int
connection_or_reached_eof(or_connection_t *conn)
{