summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
diff options
context:
space:
mode:
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)
{