summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-server-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-server-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-server-internal.h')
-rw-r--r--src/libsystemd-network/dhcp-server-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsystemd-network/dhcp-server-internal.h b/src/libsystemd-network/dhcp-server-internal.h
index 41901894f5..468bd303dc 100644
--- a/src/libsystemd-network/dhcp-server-internal.h
+++ b/src/libsystemd-network/dhcp-server-internal.h
@@ -55,8 +55,8 @@ struct sd_dhcp_server {
char *timezone;
- struct in_addr *ntp, *dns, *sip;
- unsigned n_ntp, n_dns, n_sip;
+ struct in_addr *ntp, *dns, *sip, *pop3_server;
+ unsigned n_ntp, n_dns, n_sip, n_pop3_server;
OrderedHashmap *extra_options;
OrderedHashmap *vendor_options;