VirtualBox

Changeset 7061 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 20, 2008 7:06:43 PM (17 years ago)
Author:
vboxsync
Message:

Use uint64_t instead of RTGCPHYS in VMMDevChangeMemBalloon (binary incompatible, but shouldn't matter...).

File:
1 edited

Legend:

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

    r6983 r7061  
    465465    uint32_t            cPages;
    466466    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];
    468469} VMMDevChangeMemBalloon;
    469470
Note: See TracChangeset for help on using the changeset viewer.

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