VirtualBox

Changeset 44374 in vbox for trunk/include/VBox/vmm


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/include/VBox/vmm/ftm.h

    r35361 r44374  
    4141typedef enum FTMCHECKPOINTTYPE
    4242{
     43    FTMCHECKPOINTTYPE_INVALID = 0,
    4344    FTMCHECKPOINTTYPE_NETWORK,
    4445    FTMCHECKPOINTTYPE_STORAGE,
     46    FTMCHECKPOINTTYPE_END,
    4547    FTMCHECKPOINTTYPE_32BIT_HACK = 0x7fffffff
    4648} FTMCHECKPOINTTYPE;
    4749
    48 VMMDECL(bool)  FTMIsDeltaLoadSaveActive(PVM pVM);
    49 VMMDECL(int)   FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType);
     50VMM_INT_DECL(bool)  FTMIsDeltaLoadSaveActive(PVM pVM);
     51VMM_INT_DECL(int)   FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType);
    5052
    5153#ifdef IN_RING3
     
    5456 * @{
    5557 */
    56 VMMR3DECL(int) FTMR3PowerOn(PVM pVM, bool fMaster, unsigned uInterval, const char *pszAddress, unsigned uPort, const char *pszPassword);
    57 VMMR3DECL(int) FTMR3Init(PVM pVM);
    58 VMMR3DECL(int) FTMR3Term(PVM pVM);
    59 VMMR3DECL(int) FTMR3CancelStandby(PVM pVM);
    60 VMMR3DECL(int) FTMR3SetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType);
     58VMMR3DECL(int)      FTMR3PowerOn(PUVM pUVM, bool fMaster, unsigned uInterval, const char *pszAddress, unsigned uPort, const char *pszPassword);
     59VMMR3DECL(int)      FTMR3CancelStandby(PUVM pUVM);
     60
     61VMMR3_INT_DECL(int) FTMR3Init(PVM pVM);
     62VMMR3_INT_DECL(int) FTMR3Term(PVM pVM);
     63VMMR3_INT_DECL(int) FTMR3SetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType);
    6164
    6265#endif /* IN_RING3 */
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