summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2017-02-15 13:51:56 +0100
committerHans Dedecker <dedeckeh@gmail.com>2017-02-15 13:53:00 +0100
commit62ea54f5db4c636710781056541c4b85d043bef8 (patch)
treec3ebcb8d62eb755618ac704f140e1e32c75f1b25 /src/odhcpd.h
parenta898ee5458950203d4b2f8fec28c85313c855b91 (diff)
odhcpd.h: fix alignment style
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 8db3e7d..7c0c3b9 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -157,6 +157,7 @@ struct interface {
int managed;
int route_preference;
int ra_maxinterval;
+ int ra_lifetime;
// DHCPv4
struct in_addr dhcpv4_start;