]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.h
discover: Handle unresolved resources
[petitboot] / discover / device-handler.h
index 5dead2459d0217c08361a41c9f2ebc1fb43ac3ef..be55f738293748725ac87d311f57163555913f9b 100644 (file)
@@ -27,6 +27,7 @@ struct discover_device {
 };
 
 struct discover_boot_option {
+       struct parser           *source;
        struct discover_device  *device;
        struct boot_option      *option;
        struct list_item        list;
@@ -38,6 +39,7 @@ struct discover_boot_option {
 
 
 struct discover_context {
+       struct parser           *parser;
        struct event            *event;
        struct discover_device  *device;
        struct list             boot_options;