diff options
author | David Goulet <dgoulet@torproject.org> | 2019-12-11 10:15:02 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-04-08 07:56:54 -0400 |
commit | cf39276f7810c58a1a53bdccf3c3d15001808625 (patch) | |
tree | c8bdbdb4cdf8a410546e9295531b0d82671919d1 /src/feature/hs/hs_client.h | |
parent | fdd6352506ccf3d085238d970bef962b592da35d (diff) | |
download | tor-cf39276f7810c58a1a53bdccf3c3d15001808625.tar.gz tor-cf39276f7810c58a1a53bdccf3c3d15001808625.zip |
hs-v3: Report rendezvous circuit failure SOCKS ExtendedErrors
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature/hs/hs_client.h b/src/feature/hs/hs_client.h index 3660bfa96c..685b10f955 100644 --- a/src/feature/hs/hs_client.h +++ b/src/feature/hs/hs_client.h @@ -110,6 +110,7 @@ int hs_client_send_introduce1(origin_circuit_t *intro_circ, origin_circuit_t *rend_circ); void hs_client_circuit_has_opened(origin_circuit_t *circ); +void hs_client_circuit_cleanup_on_close(const circuit_t *circ); void hs_client_circuit_cleanup_on_free(const circuit_t *circ); int hs_client_receive_rendezvous_acked(origin_circuit_t *circ, |