Changeset 23567 in vbox for trunk/src/VBox/Main/ConsoleImpl.cpp
- Timestamp:
- Oct 5, 2009 6:24:45 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53218
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r23420 r23567 2491 2491 pTask->lastMachineState = mMachineState; 2492 2492 pTask->fTakingSnapshotOnline = fTakingSnapshotOnline; 2493 2494 #ifndef VBOX_WITH_LIVE_MIGRATION /** @todo update the API docs. */2495 if (mMachineState == MachineState_Running)2496 {2497 rc = Pause();2498 if (FAILED(rc)) throw rc;2499 }2500 #endif2501 2493 2502 2494 int vrc = RTThreadCreate(NULL,
Note:
See TracChangeset
for help on using the changeset viewer.