Changeset 44374 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jan 25, 2013 12:29:24 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83344
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/FTMAll.cpp
r41801 r44374 39 39 * @param enmType Checkpoint type 40 40 */ 41 VMM DECL(int)FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType)41 VMM_INT_DECL(int) FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType) 42 42 { 43 43 if (!pVM->fFaultTolerantMaster) … … 59 59 * @param pVM Pointer to the VM. 60 60 */ 61 VMM DECL(bool)FTMIsDeltaLoadSaveActive(PVM pVM)61 VMM_INT_DECL(bool) FTMIsDeltaLoadSaveActive(PVM pVM) 62 62 { 63 63 return pVM->ftm.s.fDeltaLoadSaveActive;
Note:
See TracChangeset
for help on using the changeset viewer.