summaryrefslogtreecommitdiffstats
path: root/dhcp.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-08-12 16:52:56 +0000
committerRoy Marples <roy@marples.name>2008-08-12 16:52:56 +0000
commit8724d5a72d9d07064d9220a357b1caf7bc2bdfb3 (patch)
treef48980bb3896c61df6a3457f154cf267cb9536f5 /dhcp.h
parent2169e8e4031771cbb95c28727027194dbdce2548 (diff)
downloaddhcpcd-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.h3
1 files changed, 2 insertions, 1 deletions
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;
};