X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fboot.h;h=69643bfb5a58dec46e0735095c754436570011b4;hp=0f2734133bc80c9d43cec55c5c1d4461f6cdfe5b;hb=6704a228c6389607f775bbaf2ee7de786d7b9996;hpb=9f42e56fc5968fcb34edfad017adb73960c2bb61 diff --git a/discover/boot.h b/discover/boot.h index 0f27341..69643bf 100644 --- a/discover/boot.h +++ b/discover/boot.h @@ -7,7 +7,7 @@ struct boot_option; struct boot_command; -typedef void (*boot_status_fn)(void *arg, struct boot_status *); +typedef void (*boot_status_fn)(void *arg, struct status *); struct boot_task *boot(void *ctx, struct discover_boot_option *opt, struct boot_command *cmd, int dry_run,