diff options
| author | Michael Brown | 2007-01-11 17:07:30 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-11 17:07:30 +0100 |
| commit | c6c63d954d4b00ae2b0821010fa35340340e2f21 (patch) | |
| tree | 6b8f803d8355e51a76e46ba632c3eb944317749b /src/include/gpxe | |
| parent | Move include/image.h to include/gpxe/image.h (diff) | |
| download | ipxe-c6c63d954d4b00ae2b0821010fa35340340e2f21.tar.gz ipxe-c6c63d954d4b00ae2b0821010fa35340340e2f21.tar.xz ipxe-c6c63d954d4b00ae2b0821010fa35340340e2f21.zip | |
Rename "image" field to "data", because "image->image" is just confusing.
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/image.h b/src/include/gpxe/image.h index cf6b7a88f..6bb6b0124 100644 --- a/src/include/gpxe/image.h +++ b/src/include/gpxe/image.h @@ -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; |
