VirtualBox

Changeset 44374 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 25, 2013 12:29:24 PM (12 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r44368 r44374  
    87238723static void faultToleranceProgressCancelCallback(void *pvUser)
    87248724{
    8725     PVM pVM = (PVM)pvUser;
    8726 
    8727     if (pVM)
    8728         FTMR3CancelStandby(pVM);
     8725    PUVM pUVM = (PUVM)pvUser;
     8726
     8727    if (pUVM)
     8728        FTMR3CancelStandby(pUVM);
    87298729}
    87308730
     
    90269026                            rc = pMachine->COMGETTER(FaultTolerancePassword)(bstrPassword.asOutParam());
    90279027                    }
    9028                     if (task->mProgress->setCancelCallback(faultToleranceProgressCancelCallback, pVM))
     9028                    if (task->mProgress->setCancelCallback(faultToleranceProgressCancelCallback, pConsole->mpUVM))
    90299029                    {
    90309030                        if (SUCCEEDED(rc))
     
    90409040#endif
    90419041                            if (RT_SUCCESS(vrc))
    9042                                 vrc = FTMR3PowerOn(pVM,
     9042                                vrc = FTMR3PowerOn(pConsole->mpUVM,
    90439043                                                   task->mEnmFaultToleranceState == FaultToleranceState_Master /* fMaster */,
    90449044                                                   uInterval,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette