X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fpaths.h;h=191b8dc84c6a5debcfeb3333362898f1b0d31f5a;hp=ed0e153f88a63c169c66308811db10e8d1c6793b;hb=79218d4fcb8cbf7e8844c13ccef3307d7424eb9d;hpb=e983d818be18a975c519bd76294519a01ce7a1c3 diff --git a/discover/paths.h b/discover/paths.h index ed0e153..191b8dc 100644 --- a/discover/paths.h +++ b/discover/paths.h @@ -30,6 +30,7 @@ struct load_url_result { LOAD_CANCELLED, } status; + struct pb_url *url; const char *local; bool cleanup_local; struct load_task *task;