diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-09-17 03:23:26 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-10-02 12:49:35 -0700 |
commit | 34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a (patch) | |
tree | 200537b33bfeb739bc15e34f565405ae7bfc1655 /src/or/rendclient.h | |
parent | eaed37d14c6e1dc93a392f62ef2e501f75e4878a (diff) | |
download | tor-34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a.tar.gz tor-34a6b8b7e588b6f10e6e87cf876ef6ada49f8b8a.zip |
Clear the timed_out flag when an HS connection attempt ends
Diffstat (limited to 'src/or/rendclient.h')
-rw-r--r-- | src/or/rendclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendclient.h b/src/or/rendclient.h index 3421e078a0..46779b72fe 100644 --- a/src/or/rendclient.h +++ b/src/or/rendclient.h @@ -38,6 +38,8 @@ int rend_client_receive_rendezvous(origin_circuit_t *circ, size_t request_len); void rend_client_desc_trynow(const char *query); +void rend_client_note_connection_attempt_ended(const char *onion_address); + 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); |