diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-01 10:31:31 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-11-01 18:22:49 +0900 |
commit | ef4edc1546ef1470e0a64a618a095dd2734a0d93 (patch) | |
tree | 92436139d0ad9aa248ceb5fcdd21e5e3263bfc86 /src/systemd | |
parent | 2ad2925de5f258d128ec8cdb07f10f3c52fa4fcf (diff) | |
download | systemd-ef4edc1546ef1470e0a64a618a095dd2734a0d93.tar.gz |
sd-dhcp6-client: introduce sd_dhcp6_lease_get_server_address()
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-dhcp6-lease.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp6-lease.h b/src/systemd/sd-dhcp6-lease.h index 04c6383051..472276def1 100644 --- a/src/systemd/sd-dhcp6-lease.h +++ b/src/systemd/sd-dhcp6-lease.h @@ -30,6 +30,7 @@ _SD_BEGIN_DECLARATIONS; typedef struct sd_dhcp6_lease sd_dhcp6_lease; int sd_dhcp6_lease_get_timestamp(sd_dhcp6_lease *lease, clockid_t clock, uint64_t *ret); +int sd_dhcp6_lease_get_server_address(sd_dhcp6_lease *lease, struct in6_addr *ret); void sd_dhcp6_lease_reset_address_iter(sd_dhcp6_lease *lease); int sd_dhcp6_lease_get_address(sd_dhcp6_lease *lease, |