VirtualBox

Changeset 4533 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 5, 2007 1:18:07 PM (17 years ago)
Author:
vboxsync
Message:

Cleaned up a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VMMDevInterface.cpp

    r4532 r4533  
    440440DECLCALLBACK(int) vmmdevChangeMemoryBalloon(PPDMIVMMDEVCONNECTOR pInterface, bool fInflate, uint32_t cPages, RTGCPHYS *aPhysPage)
    441441{
    442     if (    cPages != 256
     442    if (    cPages != VMMDEV_MEMORY_BALLOON_CHUNK_PAGES
    443443        ||  !aPhysPage)
    444444        return VERR_INVALID_PARAMETER;
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