summaryrefslogtreecommitdiff
path: root/src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h')
-rw-r--r--src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h b/src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h
index 00bc0fc77e..aa71baaaa7 100644
--- a/src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h
+++ b/src/dhcp-manager/systemd-dhcp/src/systemd/sd-event.h
@@ -53,8 +53,8 @@ enum {
};
enum {
- SD_EVENT_PASSIVE,
- SD_EVENT_PREPARED,
+ SD_EVENT_INITIAL,
+ SD_EVENT_ARMED,
SD_EVENT_PENDING,
SD_EVENT_RUNNING,
SD_EVENT_EXITING,