diff options
author | David Goulet <dgoulet@torproject.org> | 2017-07-27 12:37:52 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-08-24 13:03:28 -0400 |
commit | 88b843608accd10af6d12c53531950566ded5ef9 (patch) | |
tree | e36d92ecc5c0617351343addd432cfe0678e9193 /src/or/hs_client.h | |
parent | 88f64eee68c972845131c8e372af067d8bb37cd1 (diff) | |
download | tor-88b843608accd10af6d12c53531950566ded5ef9.tar.gz tor-88b843608accd10af6d12c53531950566ded5ef9.zip |
prop224: Move and refactor rend_client_reextend_intro_circuit()
This moves it to hs_client.c so it can be used by both system (legacy and
prop224). For now, only the legacy system uses it.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_client.h')
-rw-r--r-- | src/or/hs_client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/hs_client.h b/src/or/hs_client.h index 6681505ee6..4406987884 100644 --- a/src/or/hs_client.h +++ b/src/or/hs_client.h @@ -43,5 +43,7 @@ void hs_client_desc_has_arrived(const hs_ident_dir_conn_t *ident); extend_info_t *hs_client_get_random_intro_from_edge( const edge_connection_t *edge_conn); +int hs_client_reextend_intro_circuit(origin_circuit_t *circ); + #endif /* TOR_HS_CLIENT_H */ |