X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fevent.h;h=2d83ad99b359b7a68a59d8c9e6ba36e9b9df6b05;hp=35c07679db17eeb31bd75d533ef4b1ac9bf896ab;hb=3696c3db457c4f5456fd357700085caa1056a0f0;hpb=81f28af2bd94cc552aef1a7b959e4c6b84457ce7 diff --git a/discover/event.h b/discover/event.h index 35c0767..2d83ad9 100644 --- a/discover/event.h +++ b/discover/event.h @@ -11,9 +11,10 @@ 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_PLUGIN, EVENT_ACTION_MAX, }; @@ -22,7 +23,7 @@ struct event { enum event_action action; const char *device; - struct param { + struct event_param { char *name; char *value; } *params;