VirtualBox

Ignore:
Timestamp:
Oct 5, 2009 6:24:45 PM (15 years ago)
Author:
vboxsync
Message:

Main: Enabled the live snapshot code (TakeSnapshot).

File:
1 edited

Legend:

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

    r23441 r23567  
    82918291    AutoMultiWriteLock2 alock(mParent, this);
    82928292
    8293 #ifdef VBOX_WITH_LIVE_MIGRATION
    82948293    AssertReturn(    !Global::IsOnlineOrTransient(mData->mMachineState)
    82958294                  || mData->mMachineState == MachineState_Running
    82968295                  || mData->mMachineState == MachineState_Paused, E_FAIL);
    8297 #else
    8298     AssertReturn(    !Global::IsOnlineOrTransient(mData->mMachineState)
    8299                   || mData->mMachineState == MachineState_Paused, E_FAIL);
    8300 #endif
    83018296    AssertReturn(mSnapshotData.mLastState == MachineState_Null, E_FAIL);
    83028297    AssertReturn(mSnapshotData.mSnapshot.isNull(), E_FAIL);
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