VirtualBox

Ignore:
Timestamp:
Nov 3, 2009 10:07:55 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54298
Message:

Main,Frontends: Added two new running states: Teleporting and LiveSnapshotting. Also added TeleportingPausedVM. Renamed TeleportingFrom to TeleportingIn.

File:
1 edited

Legend:

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

    r24265 r24301  
    281281STDMETHODIMP Display::OnStateChange(MachineState_T machineState)
    282282{
    283     if (machineState == MachineState_Running)
    284     {
    285         LogFlowFunc (("Machine is running.\n"));
     283    if (   machineState == MachineState_Running
     284        || machineState == MachineState_Teleporting
     285        || machineState == MachineState_LiveSnapshotting
     286       )
     287    {
     288        LogFlowFunc(("Machine is running.\n"));
    286289
    287290        mfMachineRunning = true;
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