summaryrefslogtreecommitdiff
path: root/src/systemd/sd-dhcp6-client.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-16 19:33:36 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-20 22:42:29 +0100
commit32d2064523461b3761b51ad9c38f098c9ac2dbc9 (patch)
tree0566971cae3aa218eb92fc8a938c6ac6bd9383b2 /src/systemd/sd-dhcp6-client.h
parent032b27f53452b224ce233381f9e5631998f80ea8 (diff)
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs as such
Diffstat (limited to 'src/systemd/sd-dhcp6-client.h')
-rw-r--r--src/systemd/sd-dhcp6-client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h
index a72b229e0a..1bedc941aa 100644
--- a/src/systemd/sd-dhcp6-client.h
+++ b/src/systemd/sd-dhcp6-client.h
@@ -97,8 +97,7 @@ int sd_dhcp6_client_get_lease(sd_dhcp6_client *client, sd_dhcp6_lease **ret);
int sd_dhcp6_client_stop(sd_dhcp6_client *client);
int sd_dhcp6_client_start(sd_dhcp6_client *client);
int sd_dhcp6_client_is_running(sd_dhcp6_client *client);
-int sd_dhcp6_client_attach_event(sd_dhcp6_client *client, sd_event *event,
- int priority);
+int sd_dhcp6_client_attach_event(sd_dhcp6_client *client, sd_event *event, int64_t priority);
int sd_dhcp6_client_detach_event(sd_dhcp6_client *client);
sd_event *sd_dhcp6_client_get_event(sd_dhcp6_client *client);
sd_dhcp6_client *sd_dhcp6_client_ref(sd_dhcp6_client *client);