]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.h
discover/device-handler: Allow process_url request to be pending
[petitboot] / discover / boot.h
index 0f2734133bc80c9d43cec55c5c1d4461f6cdfe5b..69643bfb5a58dec46e0735095c754436570011b4 100644 (file)
@@ -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,