VirtualBox

Changeset 27001 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 3, 2010 5:07:33 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58309
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r27000 r27001  
    286286typedef struct VBoxGuestChangeBalloonInfo
    287287{
    288     /** Address of */
     288    /** Address of the chunk */
    289289    uint64_t u64ChunkAddr;
    290290    /** true = inflate, false = deflate */
    291291    uint32_t fInflate;
     292    /** alignment */
     293    uint32_t u32Align;
    292294} VBoxGuestChangeBalloonInfo;
    293 AssertCompileSize(VBoxGuestChangeBalloonInfo, 12);
     295AssertCompileSize(VBoxGuestChangeBalloonInfo, 16);
    294296
    295297
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette