summaryrefslogtreecommitdiff
path: root/src/network/networkd.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-05-08 18:53:32 +0200
committerTom Gundersen <teg@jklm.no>2014-05-09 14:41:27 +0200
commit68a8723c8592c06b2c978f391cb47db266d9d6de (patch)
tree5a9aedf8ab1f5fa53f6339a10405becbadbf12d6 /src/network/networkd.h
parentbdf9fc1a940e342afb7a78075984419cb3bc3135 (diff)
networkd: link - clean up state files
Also keep the path to the lease file around rather than regenarating it all the time.
Diffstat (limited to 'src/network/networkd.h')
-rw-r--r--src/network/networkd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h
index aebb285920..57eecf4db3 100644
--- a/src/network/networkd.h
+++ b/src/network/networkd.h
@@ -218,6 +218,7 @@ struct Link {
sd_dhcp_client *dhcp_client;
sd_dhcp_lease *dhcp_lease;
+ char *lease_file;
uint16_t original_mtu;
sd_ipv4ll *ipv4ll;
};