X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fevent.h;h=35c07679db17eeb31bd75d533ef4b1ac9bf896ab;hp=adba336067ad3bf0b97361ed3a68259d992a909e;hb=96f9b8cd29dae248838d4221f3cb1c38e3aa1396;hpb=0a4cb93c1c7c7e6f8c5324314457b96072158975 diff --git a/discover/event.h b/discover/event.h index adba336..35c0767 100644 --- a/discover/event.h +++ b/discover/event.h @@ -10,7 +10,10 @@ enum event_type { enum event_action { EVENT_ACTION_ADD = 20, EVENT_ACTION_REMOVE, + EVENT_ACTION_URL, EVENT_ACTION_CONF, + EVENT_ACTION_DHCP, + EVENT_ACTION_BOOT, EVENT_ACTION_MAX, };