]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Rename "image" field to "data", because "image->image" is just confusing.
authorMichael Brown <mcb30@etherboot.org>
Thu, 11 Jan 2007 16:07:30 +0000 (16:07 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 11 Jan 2007 16:07:30 +0000 (16:07 +0000)
src/include/gpxe/image.h

index cf6b7a88f3aefe3b61481bb68b5eeeaddadd4c56..6bb6b01248d1d016e3856115b239c034bf1cf747 100644 (file)
@@ -13,7 +13,7 @@
 /** An executable or loadable image */
 struct image {
        /** Raw file image */
-       userptr_t image;
+       userptr_t data;
        /** Length of raw file image */
        size_t len;