aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_circuit.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-08-29 08:55:58 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-08-29 08:55:58 -0400
commit7c99a4dddee8350a4997ed2e2033dc9c20242da1 (patch)
tree047acd813ed2f0907eb231f26905dce60ba395bb /src/feature/hs/hs_circuit.h
parent04ab357df80582d3d9e7a78471e051f8f774d27b (diff)
parentff905f8e1e3a9df9349a82cfa2724cc50b1523f4 (diff)
downloadtor-7c99a4dddee8350a4997ed2e2033dc9c20242da1.tar.gz
tor-7c99a4dddee8350a4997ed2e2033dc9c20242da1.zip
Merge branch 'maint-0.4.1'
Diffstat (limited to 'src/feature/hs/hs_circuit.h')
-rw-r--r--src/feature/hs/hs_circuit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/hs/hs_circuit.h b/src/feature/hs/hs_circuit.h
index b8d8b25add..e168b301f1 100644
--- a/src/feature/hs/hs_circuit.h
+++ b/src/feature/hs/hs_circuit.h
@@ -26,7 +26,8 @@ void hs_circ_service_rp_has_opened(const hs_service_t *service,
origin_circuit_t *circ);
int hs_circ_launch_intro_point(hs_service_t *service,
const hs_service_intro_point_t *ip,
- extend_info_t *ei);
+ extend_info_t *ei,
+ bool direct_conn);
int hs_circ_launch_rendezvous_point(const hs_service_t *service,
const curve25519_public_key_t *onion_key,
const uint8_t *rendezvous_cookie);