]> git.ozlabs.org Git - petitboot/blobdiff - discover/device-handler.h
discover: Add test_data member to struct discover_context
[petitboot] / discover / device-handler.h
index 9d477db9979dc249841ff52822d53c8d6fae7024..5dbc349fadb93aa541f6c684abd57bb9972fc7e7 100644 (file)
@@ -64,6 +64,7 @@ struct discover_context {
        struct list             boot_options;
        struct pb_url           *conf_url;
        enum conf_method        method;
+       void                    *test_data;
 };
 
 struct device_handler *device_handler_init(struct discover_server *server,