Don't print non bound assignments in the state file
[project/odhcpd.git] / src / dhcpv4.h
index 6c4dd50e08b3879a26f90949e2d1958bd8314796..cd6c978431e54e4c4245a0ca1c751dc48d16bc7d 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[];
 };