Don't print non bound assignments in the state file
[project/odhcpd.git] / src / dhcpv4.h
index 6c4dd50..cd6c978 100644 (file)
@@ -79,6 +79,7 @@ struct dhcpv4_assignment {
        time_t valid_until;
        uint8_t hwaddr[6];
        uint32_t leasetime;
+       unsigned int flags;
        char hostname[];
 };