X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fevent.h;h=a6036159d75da1bb113c61539b06afa623feeb86;hp=98ece11c73a8bd3bcda0362b8789d30baa3cb452;hb=5496eee36f70631ae45403f90ed7b4dc143f27c0;hpb=b8e53cb4b96eb17dc7fa0ffc505dfebae37e6cbf diff --git a/discover/event.h b/discover/event.h index 98ece11..a603615 100644 --- a/discover/event.h +++ b/discover/event.h @@ -10,8 +10,11 @@ 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_SYNC, EVENT_ACTION_MAX, };