odhcpd.h: fix alignment style
[project/odhcpd.git] / src / odhcpd.h
index ceef0bf..7c0c3b9 100644 (file)
@@ -97,6 +97,7 @@ struct config {
        bool legacy;
        char *dhcp_cb;
        char *dhcp_statefile;
+       int log_level;
 } config;
 
 
@@ -156,6 +157,7 @@ struct interface {
        int managed;
        int route_preference;
        int ra_maxinterval;
+       int ra_lifetime;
 
        // DHCPv4
        struct in_addr dhcpv4_start;