소스 검색

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

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
c6c63d954d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/include/gpxe/image.h

+ 1
- 1
src/include/gpxe/image.h 파일 보기

@@ -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…
취소
저장