Changeset 27000 in vbox
- Timestamp:
- Mar 3, 2010 5:03:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r26999 r27000 289 289 uint64_t u64ChunkAddr; 290 290 /** true = inflate, false = deflate */ 291 boolfInflate;291 uint32_t fInflate; 292 292 } VBoxGuestChangeBalloonInfo; 293 293 AssertCompileSize(VBoxGuestChangeBalloonInfo, 12);
Note:
See TracChangeset
for help on using the changeset viewer.