Changeset 31729 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 17, 2010 12:53:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64898
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r31728 r31729 7477 7477 const char *pszAddress = strAddress.isEmpty() ? NULL : strAddress.c_str(); 7478 7478 7479 /* Start FT syncing. */7479 /* Power on the FT enabled VM. */ 7480 7480 vrc = FTMR3PowerOn(pVM, (task->mEnmFaultToleranceState == FaultToleranceState_Source) /* fSource */, uInterval, pszAddress, uPort); 7481 7481 AssertRC(vrc);
Note:
See TracChangeset
for help on using the changeset viewer.