VirtualBox

Changeset 44374 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jan 25, 2013 12:29:24 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83344
Message:

FTM: pVM -> pUVM for main, mark as many as possible interfaces module internal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/FTMAll.cpp

    r41801 r44374  
    3939 * @param   enmType     Checkpoint type
    4040 */
    41 VMMDECL(int)  FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType)
     41VMM_INT_DECL(int) FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType)
    4242{
    4343    if (!pVM->fFaultTolerantMaster)
     
    5959 * @param   pVM         Pointer to the VM.
    6060 */
    61 VMMDECL(bool) FTMIsDeltaLoadSaveActive(PVM pVM)
     61VMM_INT_DECL(bool) FTMIsDeltaLoadSaveActive(PVM pVM)
    6262{
    6363    return pVM->ftm.s.fDeltaLoadSaveActive;
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