add hostsfile output in addition to statefile
[project/odhcpd.git] / src / odhcpd.h
index 08b4920a56e2049de47cae2cb53629e94da1eaf8..02b6ac0f3ed26b16b91cc4a09ff3578d89f9a40d 100644 (file)
@@ -165,6 +165,7 @@ struct config {
        bool main_dhcpv4;
        char *dhcp_cb;
        char *dhcp_statefile;
+       char *dhcp_hostsfile;
        int log_level;
 };