X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fpaths.h;h=191b8dc84c6a5debcfeb3333362898f1b0d31f5a;hp=ed0e153f88a63c169c66308811db10e8d1c6793b;hb=1abc62990a5817de56a55470fb2c62e966134722;hpb=4563c5d672f605c493996a652b9e3e588a8596dd 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;