Changeset 26295 in vbox for trunk/include
- Timestamp:
- Feb 5, 2010 2:36:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57364
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r26290 r26295 86 86 /** Memory balloon size changed. */ 87 87 #define VMMDEV_EVENT_BALLOON_CHANGE_REQUEST RT_BIT(6) 88 /** Reserved (old statistics interval change). */89 #define VMMDEV_EVENT_ OBSOLETERT_BIT(7)88 /** Statistics interval changed. */ 89 #define VMMDEV_EVENT_STATISTICS_INTERVAL_CHANGE_REQUEST RT_BIT(7) 90 90 /** VRDP status changed. */ 91 91 #define VMMDEV_EVENT_VRDP RT_BIT(8) -
trunk/include/VBox/pdmifs.h
r26290 r26295 2063 2063 2064 2064 /** 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 /** 2065 2075 * Report new guest statistics 2066 2076 *
Note:
See TracChangeset
for help on using the changeset viewer.