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