VirtualBox

Changeset 26325 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 8, 2010 1:22:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57408
Message:

Update

File:
1 edited

Legend:

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

    r26243 r26325  
    3333#include <VBox/types.h>
    3434#include <VBox/VMMDev2.h>
     35#include <VBox/VMMDev.h>     /* grumble */
    3536#ifdef IN_RING0
    36 # include <VBox/VMMDev.h>     /* grumble */
    3737# include <VBox/VBoxGuest2.h>
    3838#endif
     
    457457VBGLR3DECL(int)     VbglR3SaveVideoMode(const char *pszName, uint32_t cx, uint32_t cy, uint32_t cBits);
    458458VBGLR3DECL(int)     VbglR3RetrieveVideoMode(const char *pszName, uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits);
     459/** @}  */
     460
     461/** @name VM Statistics
     462 * @{ */
     463VBGLR3DECL(int) VbglR3StatQueryInterval(uint32_t *pu32Interval);
     464VBGLR3DECL(int) VbglR3StatReport(VMMDevReportGuestStats *pReq);
     465/** @}  */
     466
     467/** @name Memory ballooning
     468 * @{ */
     469VBGLR3DECL(int) VbglR3MemBalloonRefresh(uint32_t *pu32Size);
    459470/** @}  */
    460471
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