diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-01 06:41:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-01 06:41:13 +0000 |
commit | 4096e577c51a6eae88ab26cb4931998b0486e678 (patch) | |
tree | fa01f2a89a28aab3ef1828604e33b012a04d6db7 /src/or/or.h | |
parent | 96a4cb1dfa4d65c6c57261f038aa5bdf6e776ac2 (diff) | |
download | tor-4096e577c51a6eae88ab26cb4931998b0486e678.tar tor-4096e577c51a6eae88ab26cb4931998b0486e678.tar.gz |
if we fail to build a circuit to an intended enclave, and it's
not mandatory that we use that enclave, stop wanting it.
svn:r8559
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index e6ea1b104..0cce2b592 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -1936,6 +1936,7 @@ int connection_edge_is_rendezvous_stream(edge_connection_t *conn); int connection_ap_can_use_exit(edge_connection_t *conn, routerinfo_t *exit); void connection_ap_expire_beginning(void); void connection_ap_attach_pending(void); +void circuit_discard_optional_exit_enclaves(extend_info_t *info); int connection_ap_detach_retriable(edge_connection_t *conn, origin_circuit_t *circ); |