diff options
| author | Roy Marples <roy@marples.name> | 2008-08-12 16:52:56 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-12 16:52:56 +0000 |
| commit | 8724d5a72d9d07064d9220a357b1caf7bc2bdfb3 (patch) | |
| tree | f48980bb3896c61df6a3457f154cf267cb9536f5 /dhcp.h | |
| parent | 2169e8e4031771cbb95c28727027194dbdce2548 (diff) | |
| download | dhcpcd-8724d5a72d9d07064d9220a357b1caf7bc2bdfb3.tar.xz | |
leased from should be time_t. Also, add boundtime for the last commit to work.
Diffstat (limited to 'dhcp.h')
| -rw-r--r-- | dhcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; }; |
