david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Rename "image" field to "data", because "image->image" is just confusing.

This commit is contained in:
Michael Brown 2007-01-11 16:07:30 +00:00
parent 4fc9333159
commit c6c63d954d
1 changed files with 1 additions and 1 deletions

View 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;