diff options
author | David Goulet <dgoulet@torproject.org> | 2017-08-04 12:06:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:35 -0400 |
commit | 400ba2f636edf5afb14fe3b57f23d80e433d893d (patch) | |
tree | b88548d7c08bf3c6a190247e18a026c1cdd333f1 /src/or/hs_circuit.h | |
parent | 0a0bbfe96fe425f27641f86fabd19f65a551ac6c (diff) | |
download | tor-400ba2f636edf5afb14fe3b57f23d80e433d893d.tar.gz tor-400ba2f636edf5afb14fe3b57f23d80e433d893d.zip |
prop224: Always note down the use of internal circuit
Also, this removes all the callsite of this rephist in the hs subsystem
Fixes #23097
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_circuit.h')
-rw-r--r-- | src/or/hs_circuit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_circuit.h b/src/or/hs_circuit.h index 8706e6b0ed..9e359394e8 100644 --- a/src/or/hs_circuit.h +++ b/src/or/hs_circuit.h @@ -24,7 +24,7 @@ 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, time_t now); + extend_info_t *ei); int hs_circ_launch_rendezvous_point(const hs_service_t *service, const curve25519_public_key_t *onion_key, const uint8_t *rendezvous_cookie); |