summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-11-17 09:06:47 -0500
committerNick Mathewson <nickm@torproject.org>2015-11-17 09:06:47 -0500
commit58edf92678019c0e69c043976b2af06551d83ed3 (patch)
tree906791966a00ee5857f965b3e5a4cd75492cecfc /src/or/connection_edge.h
parent84b3350c83a995a7668c16cb06ae069664dc0633 (diff)
downloadtor-58edf92678019c0e69c043976b2af06551d83ed3.tar.gz
tor-58edf92678019c0e69c043976b2af06551d83ed3.zip
Free pending_entry_connections on shutdown.
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r--src/or/connection_edge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h
index 86f3fe990c..521e759aed 100644
--- a/src/or/connection_edge.h
+++ b/src/or/connection_edge.h
@@ -102,6 +102,8 @@ int connection_edge_update_circuit_isolation(const entry_connection_t *conn,
void circuit_clear_isolation(origin_circuit_t *circ);
streamid_t get_unique_stream_id_by_circ(origin_circuit_t *circ);
+void connection_edge_free_all(void);
+
/** @name Begin-cell flags
*
* These flags are used in RELAY_BEGIN cells to change the default behavior