summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-03-23 22:02:37 +0000
committerRoy Marples <roy@marples.name>2009-03-23 22:02:37 +0000
commit4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b (patch)
treee98d97c8e1e83686cc6ae8c2e956d9fc6c8a6ea9 /dhcpcd.h
parenta43ccb9f89972786e75b2140edf109af72bd8467 (diff)
downloaddhcpcd-4a4bcf7cf5fa713dd62912f0c1c7c2e1ef543e4b.tar.xz
Improve PTP INFORM support some more.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 927f019f..a65e8633 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -100,6 +100,7 @@ struct interface {
struct in_addr addr;
struct in_addr net;
+ struct in_addr dst;
char leasefile[PATH_MAX];
time_t start_uptime;