chiark / gitweb /
networkd: link - clean up state files
[elogind.git] / src / network / networkd.h
index aebb2859206691f7788a495fcfb51b2fa5309589..57eecf4db3316cfb05d9f3cf712af20fec760d35 100644 (file)
@@ -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;
 };