Changeset 7061 in vbox for trunk/include/VBox
- Timestamp:
- Feb 20, 2008 7:06:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6983 r7061 465 465 uint32_t cPages; 466 466 uint32_t fInflate; /* true = inflate, false = defalte */ 467 RTGCPHYS aPhysPage[1]; /* variable size */ 467 /** Physical address (RTGCPHYS) of each page, variable size. */ 468 uint64_t aPhysPage[1]; 468 469 } VMMDevChangeMemBalloon; 469 470
Note:
See TracChangeset
for help on using the changeset viewer.