From: Roy Marples Date: Tue, 12 Aug 2008 16:52:56 +0000 (+0000) Subject: leased from should be time_t. Also, add boundtime for the last commit to work. X-Git-Tag: v4.0.2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8724d5a72d9d07064d9220a357b1caf7bc2bdfb3;p=thirdparty%2Fdhcpcd.git leased from should be time_t. Also, add boundtime for the last commit to work. --- diff --git a/dhcp.h b/dhcp.h index b5e0a33a..2e14818a 100644 --- 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; };