diff options
| author | Hans Dedecker | 2017-02-15 12:51:56 +0000 |
|---|---|---|
| committer | Hans Dedecker | 2017-02-15 12:53:00 +0000 |
| commit | 62ea54f5db4c636710781056541c4b85d043bef8 (patch) | |
| tree | c3ebcb8d62eb755618ac704f140e1e32c75f1b25 | |
| parent | a898ee5458950203d4b2f8fec28c85313c855b91 (diff) | |
| download | odhcpd-62ea54f5db4c636710781056541c4b85d043bef8.tar.gz | |
odhcpd.h: fix alignment style
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| -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; |