summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 13236b6..830c5dc 100644
--- a/src/types.h
+++ b/src/types.h
@@ -46,6 +46,8 @@ typedef struct _fastd_buffer fastd_buffer;
typedef union _fastd_peer_address fastd_peer_address;
typedef struct _fastd_bind_address fastd_bind_address;
typedef struct _fastd_socket fastd_socket;
+typedef struct _fastd_peer_group_config fastd_peer_group_config;
+typedef struct _fastd_peer_group fastd_peer_group;
typedef struct _fastd_peer_config fastd_peer_config;
typedef struct _fastd_eth_addr fastd_eth_addr;
typedef struct _fastd_peer fastd_peer;