VirtualBox

Changeset 23697 in vbox


Ignore:
Timestamp:
Oct 12, 2009 1:51:38 PM (15 years ago)
Author:
vboxsync
Message:

MachineImpl.cpp: Another live migration state hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r23675 r23697  
    60026002
    60036003        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
    60046008             || mData->mMachineState == MachineState_Restoring
     6009#endif
    60056010           )
    60066011        {
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