summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-lease-internal.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2020-03-23 04:13:50 +0100
committerSusant Sahani <ssahani@vmware.com>2020-03-28 03:34:27 +0100
commitf678ac7e298e207259fd078d8c103881cf2edb0f (patch)
tree140afae71a38349c0925cf7a6b445b580985127a /src/libsystemd-network/dhcp-lease-internal.h
parent31c68e0277b84c5f2906d336cac9fc16594db8ce (diff)
downloadsystemd-f678ac7e298e207259fd078d8c103881cf2edb0f.tar.gz
libsystemd-network: DHCP add support to emit and retrive DHCP POP3 server
Diffstat (limited to 'src/libsystemd-network/dhcp-lease-internal.h')
-rw-r--r--src/libsystemd-network/dhcp-lease-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-lease-internal.h b/src/libsystemd-network/dhcp-lease-internal.h
index a2d0f8bd5e..efc7976838 100644
--- a/src/libsystemd-network/dhcp-lease-internal.h
+++ b/src/libsystemd-network/dhcp-lease-internal.h
@@ -61,6 +61,9 @@ struct sd_dhcp_lease {
struct in_addr *sip;
size_t sip_size;
+ struct in_addr *pop3_server;
+ size_t pop3_server_size;
+
struct sd_dhcp_route *static_route;
size_t static_route_size, static_route_allocated;