Changeset 27001 in vbox for trunk/include/VBox
- Timestamp:
- Mar 3, 2010 5:07:33 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58309
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r27000 r27001 286 286 typedef struct VBoxGuestChangeBalloonInfo 287 287 { 288 /** Address of */288 /** Address of the chunk */ 289 289 uint64_t u64ChunkAddr; 290 290 /** true = inflate, false = deflate */ 291 291 uint32_t fInflate; 292 /** alignment */ 293 uint32_t u32Align; 292 294 } VBoxGuestChangeBalloonInfo; 293 AssertCompileSize(VBoxGuestChangeBalloonInfo, 1 2);295 AssertCompileSize(VBoxGuestChangeBalloonInfo, 16); 294 296 295 297
Note:
See TracChangeset
for help on using the changeset viewer.