diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-02-15 13:51:56 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-02-15 13:53:00 +0100 |
commit | 62ea54f5db4c636710781056541c4b85d043bef8 (patch) | |
tree | c3ebcb8d62eb755618ac704f140e1e32c75f1b25 /src/odhcpd.h | |
parent | a898ee5458950203d4b2f8fec28c85313c855b91 (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.h | 1 |
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; |