summaryrefslogtreecommitdiffstats
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peer.h b/src/peer.h
index 3e37230..1e2cad0 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -34,6 +34,7 @@ struct _fastd_peer {
fastd_peer *next;
const fastd_peer_config *config;
+ fastd_peer_group *group;
fastd_socket *sock;
fastd_peer_address address;
@@ -65,6 +66,7 @@ struct _fastd_peer_config {
fastd_peer_address address;
bool dynamic_float;
char *key;
+ const fastd_peer_group_config *group;
fastd_protocol_peer_config *protocol_config;
};