Changeset 23697 in vbox
- Timestamp:
- Oct 12, 2009 1:51:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r23675 r23697 6002 6002 6003 6003 if ( mData->mMachineState == MachineState_Saved 6004 #ifdef VBOX_WITH_LIVE_MIGRATION /** @todo fix this properly... a new state for indicating migration? */ 6005 || ( mData->mMachineState == MachineState_Restoring 6006 && !mSSData->mStateFilePath.isEmpty() ) 6007 #else 6004 6008 || mData->mMachineState == MachineState_Restoring 6009 #endif 6005 6010 ) 6006 6011 {
Note:
See TracChangeset
for help on using the changeset viewer.