summaryrefslogtreecommitdiff
path: root/src/feature/relay/circuitbuild_relay.h
diff options
context:
space:
mode:
authorNeel Chauhan <neel@neelc.org>2020-06-09 21:36:54 -0700
committerNick Mathewson <nickm@torproject.org>2020-06-22 15:33:03 -0400
commit48310a0e76b2d8d708190db62b3ee9fc290d33e4 (patch)
tree52ab4863fcc71ab12cd13dffa24847a4fadcf8b5 /src/feature/relay/circuitbuild_relay.h
parent3cb77a9cca44e6ad4f582d6b68fec51a5d6efdff (diff)
downloadtor-48310a0e76b2d8d708190db62b3ee9fc290d33e4.tar.gz
tor-48310a0e76b2d8d708190db62b3ee9fc290d33e4.zip
Fill in missing IPv6 addresses in extend cells
Diffstat (limited to 'src/feature/relay/circuitbuild_relay.h')
-rw-r--r--src/feature/relay/circuitbuild_relay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/relay/circuitbuild_relay.h b/src/feature/relay/circuitbuild_relay.h
index 0783161538..dc0b886a34 100644
--- a/src/feature/relay/circuitbuild_relay.h
+++ b/src/feature/relay/circuitbuild_relay.h
@@ -73,6 +73,8 @@ onionskin_answer(struct or_circuit_t *circ,
STATIC int circuit_extend_state_valid_helper(const struct circuit_t *circ);
STATIC int circuit_extend_add_ed25519_helper(struct extend_cell_t *ec);
+STATIC int circuit_extend_add_ipv4_helper(struct extend_cell_t *ec);
+STATIC int circuit_extend_add_ipv6_helper(struct extend_cell_t *ec);
STATIC int circuit_extend_lspec_valid_helper(const struct extend_cell_t *ec,
const struct circuit_t *circ);
STATIC const tor_addr_port_t * circuit_choose_ip_ap_for_extend(