aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_circuit.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-03-07 14:33:03 -0500
committerNick Mathewson <nickm@torproject.org>2017-08-08 20:29:33 -0400
commit79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc (patch)
tree51fe87267864641b0855d2ded4c7164517b876bd /src/or/hs_circuit.h
parentd765cf30b51dfcd58756b6b3d24a14ac2c47f3e8 (diff)
downloadtor-79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc.tar.gz
tor-79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc.zip
prop224: Handle service INTRO_ESTABLISHED cell
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r--src/or/hs_circuit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h
index 35eab75695..bc29781d8f 100644
--- a/src/or/hs_circuit.h
+++ b/src/or/hs_circuit.h
@@ -28,6 +28,11 @@ int hs_circ_launch_intro_point(hs_service_t *service,
void hs_circ_send_establish_intro(const hs_service_t *service,
hs_service_intro_point_t *ip,
origin_circuit_t *circ);
+int hs_circ_handle_intro_established(const hs_service_t *service,
+ const hs_service_intro_point_t *ip,
+ origin_circuit_t *circ,
+ const uint8_t *payload,
+ size_t payload_len);
/* e2e circuit API. */