diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-06-01 13:48:03 +0300 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-08-24 13:03:27 -0400 |
commit | 912c11761c5b5b0a80e232bdc96788677300ca67 (patch) | |
tree | fa1eb7a0ef856a51d3b3148d2d8ec4d74200b20b /src/or/rendclient.h | |
parent | 7aef3ec0fde0b320343ecb3aa7080b6e1d9a2e62 (diff) | |
download | tor-912c11761c5b5b0a80e232bdc96788677300ca67.tar.gz tor-912c11761c5b5b0a80e232bdc96788677300ca67.zip |
prop224: Move some rendclient.c code to hs_common.c
Specifically move the pick_hsdir() function and all the HSDir request tracking
code. We plan to use all that code both for v2 and v3.
This commit only moves code.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/rendclient.h')
-rw-r--r-- | src/or/rendclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendclient.h b/src/or/rendclient.h index ff0f4084fd..375bc973b7 100644 --- a/src/or/rendclient.h +++ b/src/or/rendclient.h @@ -24,7 +24,6 @@ int rend_client_introduction_acked(origin_circuit_t *circ, void rend_client_refetch_v2_renddesc(rend_data_t *rend_query); int rend_client_fetch_v2_desc(rend_data_t *query, smartlist_t *hsdirs); void rend_client_cancel_descriptor_fetches(void); -void rend_client_purge_last_hid_serv_requests(void); int rend_client_report_intro_point_failure(extend_info_t *failed_intro, rend_data_t *rend_data, |