chiark / gitweb /
journald: allow restarting journald without losing stream connections
[elogind.git] / src / network / networkd-link.h
index 05c34eef197124ea6a9ae41d473027c1c9f0b9d4..0e2f55832509da241172340fc0a0d0efdfc45eff 100644 (file)
@@ -91,6 +91,9 @@ struct Link {
 
         sd_icmp6_nd *icmp6_router_discovery;
         sd_dhcp6_client *dhcp6_client;
+
+        sd_lldp *lldp;
+        char *lldp_file;
 };
 
 Link *link_unref(Link *link);