Don't print non bound assignments in the state file
[project/odhcpd.git] / src / odhcpd.h
index e322ebd..4b77313 100644 (file)
@@ -84,6 +84,10 @@ enum odhcpd_mode {
 };
 
 
+enum odhcpd_assignment_flags {
+       OAF_BOUND       = (1 << 0),
+};
+
 struct config {
        bool legacy;
        char *dhcp_cb;