diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-16 19:16:07 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-16 19:16:07 -0500 |
commit | e6be486aea1a102d73c4432340c533eea80740e1 (patch) | |
tree | 5fe3d21c6600efb9f1336e05c468d6c0e50c7a10 /src/or/connection_edge.h | |
parent | 24fcb6adbb3896395edda38d6ecccb6ad53bddbd (diff) | |
download | tor-e6be486aea1a102d73c4432340c533eea80740e1.tar.gz tor-e6be486aea1a102d73c4432340c533eea80740e1.zip |
More emergency-check code for un-removed pending entry conns
This might also be what #17752 needs.
Diffstat (limited to 'src/or/connection_edge.h')
-rw-r--r-- | src/or/connection_edge.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index 6da51eb0c6..2aba801461 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -115,6 +115,10 @@ streamid_t get_unique_stream_id_by_circ(origin_circuit_t *circ); void connection_edge_free_all(void); +void connection_ap_warn_and_unmark_if_pending_circ( + entry_connection_t *entry_conn, + const char *where); + /** @name Begin-cell flags * * These flags are used in RELAY_BEGIN cells to change the default behavior |