summaryrefslogtreecommitdiff
path: root/src/odhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index fd43dfe..3e8fc3e 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -96,6 +96,7 @@ struct lease {
struct ether_addr mac;
uint16_t duid_len;
uint8_t *duid;
+ uint32_t dhcpv4_leasetime;
char hostname[];
};