VirtualBox

Changeset 26295 in vbox for trunk/include


Ignore:
Timestamp:
Feb 5, 2010 2:36:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57364
Message:

Backed out r57393

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r26290 r26295  
    8686/** Memory balloon size changed. */
    8787#define VMMDEV_EVENT_BALLOON_CHANGE_REQUEST                 RT_BIT(6)
    88 /** Reserved (old statistics interval change). */
    89 #define VMMDEV_EVENT_OBSOLETE                               RT_BIT(7)
     88/** Statistics interval changed. */
     89#define VMMDEV_EVENT_STATISTICS_INTERVAL_CHANGE_REQUEST     RT_BIT(7)
    9090/** VRDP status changed. */
    9191#define VMMDEV_EVENT_VRDP                                   RT_BIT(8)
  • trunk/include/VBox/pdmifs.h

    r26290 r26295  
    20632063
    20642064    /**
     2065     * Request the statistics interval
     2066     *
     2067     * @returns VBox status code.
     2068     * @param   pInterface          Pointer to this interface.
     2069     * @param   pulInterval         Pointer to interval in seconds
     2070     * @thread  The emulation thread.
     2071     */
     2072    DECLR3CALLBACKMEMBER(int, pfnQueryStatisticsInterval,(PPDMIVMMDEVCONNECTOR pInterface, uint32_t *pulInterval));
     2073
     2074    /**
    20652075     * Report new guest statistics
    20662076     *
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