diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index ceef0bf..8db3e7d 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -97,6 +97,7 @@ struct config { bool legacy; char *dhcp_cb; char *dhcp_statefile; + int log_level; } config; |