diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2014-06-19 15:39:57 +0300 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2014-06-19 15:44:44 +0300 |
commit | a34b57c0d43b8bf819ccd4f62c314b41b625454d (patch) | |
tree | c5b3b37a4551da0c1b58dc1c8a1626be5033df04 /src/systemd/sd-dhcp6-client.h | |
parent | 5e256ea7d3d556b3a1fb5c1faa94ec6a8833e53e (diff) | |
download | systemd-a34b57c0d43b8bf819ccd4f62c314b41b625454d.tar.gz |
sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timers
Receive and parse a Reply from the server. Set up T1 and T2 timers and
notify the library user of an acquired DHCPv6 lease.
Diffstat (limited to 'src/systemd/sd-dhcp6-client.h')
-rw-r--r-- | src/systemd/sd-dhcp6-client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h index 92ea8b8832..15e633bb68 100644 --- a/src/systemd/sd-dhcp6-client.h +++ b/src/systemd/sd-dhcp6-client.h @@ -32,6 +32,7 @@ enum { DHCP6_EVENT_STOP = 0, DHCP6_EVENT_RESEND_EXPIRE = 10, DHCP6_EVENT_RETRANS_MAX = 11, + DHCP6_EVENT_IP_ACQUIRE = 12, }; typedef struct sd_dhcp6_client sd_dhcp6_client; |