chiark / gitweb /
sd-dhcp-lease: add NTP support
[elogind.git] / src / libsystemd-network / dhcp-lease-internal.h
index e478902e0ef5bc99fdabc120663622f7e36b1964..ba2fd73b45210501f3a5fdd1f047d2a214d00a10 100644 (file)
@@ -44,6 +44,8 @@ struct sd_dhcp_lease {
         be32_t next_server;
         struct in_addr *dns;
         size_t dns_size;
+        struct in_addr *ntp;
+        size_t ntp_size;
         uint16_t mtu;
         char *domainname;
         char *hostname;