config: fix dhcpv4 server being started
[project/odhcpd.git] / src / odhcpd.h
index 4ddadbe..334276e 100644 (file)
@@ -95,6 +95,7 @@ enum odhcpd_assignment_flags {
 
 struct config {
        bool legacy;
+       bool main_dhcpv4;
        char *dhcp_cb;
        char *dhcp_statefile;
        int log_level;