]> git.ozlabs.org Git - petitboot/blobdiff - discover/event.h
Various fixups and checks to make scan-build happy
[petitboot] / discover / event.h
index 98ece11c73a8bd3bcda0362b8789d30baa3cb452..2d83ad99b359b7a68a59d8c9e6ba36e9b9df6b05 100644 (file)
@@ -10,8 +10,11 @@ enum event_type {
 enum event_action {
        EVENT_ACTION_ADD = 20,
        EVENT_ACTION_REMOVE,
-       EVENT_ACTION_CONF,
+       EVENT_ACTION_URL,
        EVENT_ACTION_DHCP,
+       EVENT_ACTION_BOOT,
+       EVENT_ACTION_SYNC,
+       EVENT_ACTION_PLUGIN,
        EVENT_ACTION_MAX,
 };
 
@@ -20,7 +23,7 @@ struct event {
        enum event_action action;
        const char *device;
 
-       struct param {
+       struct event_param {
                char *name;
                char *value;
        } *params;