]> git.ozlabs.org Git - petitboot/blobdiff - discover/event.h
discover: Deprecate 'conf' user event
[petitboot] / discover / event.h
index 8dee13b560f689cacc46aeb3cbe5cdcc1da233b9..a639d9cfa85b03dc87d749770a757f143aef2f48 100644 (file)
@@ -11,8 +11,9 @@ enum event_action {
        EVENT_ACTION_ADD = 20,
        EVENT_ACTION_REMOVE,
        EVENT_ACTION_URL,
-       EVENT_ACTION_CONF,
        EVENT_ACTION_DHCP,
+       EVENT_ACTION_BOOT,
+       EVENT_ACTION_SYNC,
        EVENT_ACTION_MAX,
 };