X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=f5392c89c4a7b1715622cf3d7520e956e24ac30b;hp=36841cd20b50fed4345579a78b9e25a09b685339;hb=2bc0df4aa35a89c5af7e54f459e2bbde20ca6a7e;hpb=98b04aa42a4f1dc8e585f00d75c3b28d9e9aa2a9 diff --git a/lib/types/types.h b/lib/types/types.h index 36841cd..f5392c8 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -58,6 +58,11 @@ struct boot_option { struct list_item list; void *ui_info; + + enum { + DISCOVER_BOOT_OPTION, + DISCOVER_PLUGIN_OPTION, + } type; }; struct plugin_option { @@ -92,6 +97,7 @@ struct status { } type; char *message; bool backlog; + bool boot_active; }; struct statuslog_entry { @@ -105,6 +111,7 @@ struct interface_info { char *name; bool link; char *address; + char *address_v6; }; struct blockdev_info {