From: Hans Dedecker Date: Wed, 15 Feb 2017 12:51:56 +0000 (+0100) Subject: odhcpd.h: fix alignment style X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=commitdiff_plain;h=62ea54f5db4c636710781056541c4b85d043bef8;hp=a898ee5458950203d4b2f8fec28c85313c855b91 odhcpd.h: fix alignment style Signed-off-by: Hans Dedecker --- 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;