summaryrefslogtreecommitdiff
path: root/src/or/hs_client.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-07-21 14:20:37 -0400
committerDavid Goulet <dgoulet@torproject.org>2017-08-24 13:03:28 -0400
commit89eb96c19a091b1e892e4a7c05f06e188131aed0 (patch)
tree8e0996bcba37a51aeab4ad1dfd01e72320001731 /src/or/hs_client.h
parentb91693f7c3099c691d0e5dbb60ac55df14b7bd68 (diff)
downloadtor-89eb96c19a091b1e892e4a7c05f06e188131aed0.tar.gz
tor-89eb96c19a091b1e892e4a7c05f06e188131aed0.zip
prop224: Handle client RENDEZVOUS_ESTABLISHED cell
Client now handles a RENDEZVOUS_ESTABLISHED cell when it arrives on the rendezvous circuit. This new function applies for both the legacy system and prop224. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_client.h')
-rw-r--r--src/or/hs_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/hs_client.h b/src/or/hs_client.h
index a716fc02e4..0f82a830f4 100644
--- a/src/or/hs_client.h
+++ b/src/or/hs_client.h
@@ -27,5 +27,9 @@ int hs_client_send_introduce1(origin_circuit_t *intro_circ,
void hs_client_circuit_has_opened(origin_circuit_t *circ);
+int hs_client_receive_rendezvous_acked(origin_circuit_t *circ,
+ const uint8_t *payload,
+ size_t payload_len);
+
#endif /* TOR_HS_CLIENT_H */