]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
leased from should be time_t. Also, add boundtime for the last commit to work.
authorRoy Marples <roy@marples.name>
Tue, 12 Aug 2008 16:52:56 +0000 (16:52 +0000)
committerRoy Marples <roy@marples.name>
Tue, 12 Aug 2008 16:52:56 +0000 (16:52 +0000)
dhcp.h

diff --git a/dhcp.h b/dhcp.h
index b5e0a33a504e8e0439fad085aed494b1daab3c63..2e14818acc29d30af193bd8b94427344925a1613 100644 (file)
--- a/dhcp.h
+++ b/dhcp.h
@@ -149,7 +149,8 @@ struct dhcp_lease {
        uint32_t renewaltime;
        uint32_t rebindtime;
        struct in_addr server;
-       uint32_t leasedfrom;
+       time_t leasedfrom;
+       struct timeval boundtime;
        uint8_t frominfo;
 };