VirtualBox

Ignore:
Timestamp:
Oct 5, 2009 6:24:45 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53218
Message:

Main: Enabled the live snapshot code (TakeSnapshot).

File:
1 edited

Legend:

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

    r23420 r23567  
    24912491        pTask->lastMachineState = mMachineState;
    24922492        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 #endif
    25012493
    25022494        int vrc = RTThreadCreate(NULL,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette