VirtualBox

Changeset 28051 in vbox for trunk/include


Ignore:
Timestamp:
Apr 7, 2010 2:09:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59760
Message:

Another attempt to initialize the balloon correct during startup

File:
1 edited

Legend:

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

    r27965 r28051  
    21972197    DECLR3CALLBACKMEMBER(int, pfnReportStatistics,(PPDMIVMMDEVCONNECTOR pInterface, struct VBoxGuestStatistics *pGuestStats));
    21982198
     2199    /**
     2200     * Query the current balloon size
     2201     *
     2202     * @returns VBox status code.
     2203     * @param   pInterface          Pointer to this interface.
     2204     * @param   pcbBalloon          Balloon size
     2205     * @thread  The emulation thread.
     2206     */
     2207    DECLR3CALLBACKMEMBER(int, pfnQueryBalloonSize,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *pcbBalloon));
     2208
    21992209} PDMIVMMDEVCONNECTOR;
    22002210/** PDMIVMMDEVCONNECTOR interface ID. */
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