From 15fdfc2993777497883df8945c1c9138bea2b33a Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Wed, 12 Dec 2012 11:53:18 -0800 Subject: Bug 7691: Send a probe cell down certain types of circs. In general, if we tried to use a circ for a stream, but then decided to place that stream on a different circuit, we need to probe the original circuit before deciding it was a "success". We also need to do the same for cannibalized circuits that go unused. --- src/or/connection_edge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/connection_edge.h') diff --git a/src/or/connection_edge.h b/src/or/connection_edge.h index 9f38951f40..82cd95bedf 100644 --- a/src/or/connection_edge.h +++ b/src/or/connection_edge.h @@ -90,6 +90,7 @@ int connection_edge_update_circuit_isolation(const entry_connection_t *conn, origin_circuit_t *circ, int dry_run); void circuit_clear_isolation(origin_circuit_t *circ); +streamid_t get_unique_stream_id_by_circ(origin_circuit_t *circ); /** @name Begin-cell flags * -- cgit v1.2.3-54-g00ecf