summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2011-03-02 20:29:24 +0100
committerMichael Brown2011-03-02 20:29:24 +0100
commit3c9c27b8e68f51ee008cdbf0a57ad3ab7483b631 (patch)
tree44bd9071244c8f1daacfa805de0bb107f97002b3 /src/include/ipxe
parent[int13] Automatically reopen underlying block device as needed (diff)
downloadipxe-3c9c27b8e68f51ee008cdbf0a57ad3ab7483b631.tar.gz
ipxe-3c9c27b8e68f51ee008cdbf0a57ad3ab7483b631.tar.xz
ipxe-3c9c27b8e68f51ee008cdbf0a57ad3ab7483b631.zip
[image] Allow download job to complete before acting upon image
Allow the monojob controlling the download to complete before calling register_image() and friends. This allows the trailing "ok" from monojob.c to be printed before the image starts executing (and possibly printing output of its own). Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/downloader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ipxe/downloader.h b/src/include/ipxe/downloader.h
index 3b6a9d666..a7efa3f79 100644
--- a/src/include/ipxe/downloader.h
+++ b/src/include/ipxe/downloader.h
@@ -13,7 +13,6 @@ struct interface;
struct image;
extern int create_downloader ( struct interface *job, struct image *image,
- int ( * register_image ) ( struct image *image ),
int type, ... );
#endif /* _IPXE_DOWNLOADER_H */