summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 4ce5bb4..a155c80 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -225,12 +225,7 @@ struct fastd_config {
fastd_peer_group_config_t *peer_group;
fastd_peer_config_t *peers;
- unsigned n_floating;
- unsigned n_v4;
- unsigned n_v6;
- unsigned n_dynamic;
- unsigned n_dynamic_v4;
- unsigned n_dynamic_v6;
+ bool has_floating;
fastd_protocol_config_t *protocol_config;