X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.h;h=5dbc349fadb93aa541f6c684abd57bb9972fc7e7;hp=9d477db9979dc249841ff52822d53c8d6fae7024;hb=e28232f4b8941ccd151abaaae3f18c32400436f3;hpb=bd6e384a0ba2c1464d9270baf829fea932b88224 diff --git a/discover/device-handler.h b/discover/device-handler.h index 9d477db..5dbc349 100644 --- a/discover/device-handler.h +++ b/discover/device-handler.h @@ -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,