summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index a116baf..8fcd247 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -245,6 +245,9 @@ struct fastd_context {
VECTOR(fastd_peer_t*) peers_temp;
+ uint32_t peer_addr_ht_seed;
+ VECTOR(fastd_peer_t*) *peer_addr_ht;
+
fastd_dlist_head_t handshake_queue;
struct timespec next_maintenance;