aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_client.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-05-28 13:36:34 -0400
committerGeorge Kadianakis <desnacked@riseup.net>2019-11-18 19:06:43 +0200
commitfb1d2120212bef100f2b5e90d27b8c251280cb0c (patch)
treebcabf8608fadbe6b5fcfda67dca548affc17b4ff /src/feature/hs/hs_client.h
parent7bba8bf72f20aa2ac71ac381a7fdf66fadbd473f (diff)
downloadtor-fb1d2120212bef100f2b5e90d27b8c251280cb0c.tar.gz
tor-fb1d2120212bef100f2b5e90d27b8c251280cb0c.zip
hs-v3: Set extended error when descriptor is not found
Part of #30382 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/feature/hs/hs_client.h')
-rw-r--r--src/feature/hs/hs_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_client.h b/src/feature/hs/hs_client.h
index 0e22a2e044..6bd6e5748f 100644
--- a/src/feature/hs/hs_client.h
+++ b/src/feature/hs/hs_client.h
@@ -73,6 +73,7 @@ int hs_client_receive_rendezvous2(origin_circuit_t *circ,
size_t payload_len);
void hs_client_desc_has_arrived(const hs_ident_dir_conn_t *ident);
+void hs_client_desc_not_found(const hs_ident_dir_conn_t *ident);
extend_info_t *hs_client_get_random_intro_from_edge(
const edge_connection_t *edge_conn);