Changeset 27080 in vbox for trunk/include/VBox
- Timestamp:
- Mar 5, 2010 12:49:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r27023 r27080 461 461 /** @name VM Statistics 462 462 * @{ */ 463 VBGLR3DECL(int) VbglR3StatQueryInterval(uint32_t *pu32Interval);464 VBGLR3DECL(int) VbglR3StatReport(VMMDevReportGuestStats *pReq);463 VBGLR3DECL(int) VbglR3StatQueryInterval(uint32_t *pu32Interval); 464 VBGLR3DECL(int) VbglR3StatReport(VMMDevReportGuestStats *pReq); 465 465 /** @} */ 466 466 467 467 /** @name Memory ballooning 468 468 * @{ */ 469 VBGLR3DECL(int) VbglR3MemBalloonRefresh(uint32_t *pcChunks, bool *pfHandleInR3);470 VBGLR3DECL(int) VbglR3MemBalloonChange(void *pv, bool fInflate);469 VBGLR3DECL(int) VbglR3MemBalloonRefresh(uint32_t *pcChunks, bool *pfHandleInR3); 470 VBGLR3DECL(int) VbglR3MemBalloonChange(void *pv, bool fInflate); 471 471 /** @} */ 472 472
Note:
See TracChangeset
for help on using the changeset viewer.