X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fevent.h;h=2d83ad99b359b7a68a59d8c9e6ba36e9b9df6b05;hb=9e869ebe3a5127575105d82c4d289d95cbed2db9;hp=1f6966c970ab54279b4d27747477dc1342b5a43d;hpb=8b46ab92aeff52b7354bf4f250835f75b4bd824c;p=petitboot diff --git a/discover/event.h b/discover/event.h index 1f6966c..2d83ad9 100644 --- a/discover/event.h +++ b/discover/event.h @@ -23,7 +23,7 @@ struct event { enum event_action action; const char *device; - struct param { + struct event_param { char *name; char *value; } *params;