summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/device-handler.h')
-rw-r--r--discover/device-handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/discover/device-handler.h b/discover/device-handler.h
index 5dead24..be55f73 100644
--- a/discover/device-handler.h
+++ b/discover/device-handler.h
@@ -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;
OpenPOWER on IntegriCloud