chiark / gitweb /
sd-dhcp6-lease: Add functions for accessing lease and addresses
[elogind.git] / src / libsystemd-network / dhcp6-lease-internal.h
index f4f1488f4d879a7d3202df3ccb0ca117b67e836b..295c22320750c47bf2e97c5714b35a6d84418cf4 100644 (file)
@@ -37,6 +37,8 @@ struct sd_dhcp6_lease {
         uint8_t preference;
 
         DHCP6IA ia;
+
+        DHCP6Address *addr_iter;
 };
 
 int dhcp6_lease_clear_timers(DHCP6IA *ia);