diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-20 16:49:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-27 00:01:41 -0400 |
commit | 748350ace11fa55758fb8bafe5e5556867dd9c23 (patch) | |
tree | 550360f9a4bea20cf638f6481d48cdeade5307b7 /src/or/rendclient.h | |
parent | b8b557dcb2bf719976858589345f08fffbab13e3 (diff) | |
download | tor-748350ace11fa55758fb8bafe5e5556867dd9c23.tar.gz tor-748350ace11fa55758fb8bafe5e5556867dd9c23.zip |
Instead of checking whether we have unremoved intro points, check for usable ones
Diffstat (limited to 'src/or/rendclient.h')
-rw-r--r-- | src/or/rendclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.h b/src/or/rendclient.h index 56ccde1464..3f2e58e30b 100644 --- a/src/or/rendclient.h +++ b/src/or/rendclient.h @@ -29,6 +29,7 @@ int rend_client_receive_rendezvous(origin_circuit_t *circ, void rend_client_desc_trynow(const char *query); extend_info_t *rend_client_get_random_intro(const rend_data_t *rend_query); +int rend_client_any_intro_points_usable(const rend_cache_entry_t *entry); int rend_client_send_introduction(origin_circuit_t *introcirc, origin_circuit_t *rendcirc); |