VirtualBox

Changeset 17422 in vbox for trunk/include


Ignore:
Timestamp:
Mar 5, 2009 8:33:58 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43833
Message:

VMM: Do not forcibly enable RC logging in VMMGCLogEnabled! Renamed it to VMMGCLogRestore and made VMMGCLogDisable return a state indicator that should be passed to it.

File:
1 edited

Legend:

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

    r17397 r17422  
    316316VMMRCDECL(void)     VMMGCGuestToHost(PVM pVM, int rc);
    317317VMMRCDECL(int)      VMMGCCallHost(PVM pVM, VMMCALLHOST enmOperation, uint64_t uArg);
    318 VMMRCDECL(void)     VMMGCLogDisable(PVM pVM);
    319 VMMRCDECL(void)     VMMGCLogEnable(PVM pVM);
     318VMMRCDECL(bool)     VMMGCLogDisable(PVM pVM);
     319VMMRCDECL(void)     VMMGCLogRestore(PVM pVM, bool fLog);
    320320VMMRCDECL(void)     VMMGCLogFlushIfFull(PVM pVM);
    321321/** @} */
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