Browse Source

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

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
c6c63d954d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/image.h

+ 1
- 1
src/include/gpxe/image.h View File

@@ -13,7 +13,7 @@
13 13
 /** An executable or loadable image */
14 14
 struct image {
15 15
 	/** Raw file image */
16
-	userptr_t image;
16
+	userptr_t data;
17 17
 	/** Length of raw file image */
18 18
 	size_t len;
19 19
 

Loading…
Cancel
Save