summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fastd.h b/src/fastd.h
index b7f3532..9cd6b2a 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -237,10 +237,10 @@ struct fastd_context {
struct timespec now;
- unsigned n_peers;
fastd_peer_group_t *peer_group;
- fastd_peer_t *peers;
- fastd_peer_t *peers_temp;
+
+ VECTOR(fastd_peer_t*) peers;
+ VECTOR(fastd_peer_t*) peers_temp;
fastd_dlist_head_t handshake_queue;
struct timespec next_maintenance;