Changeset 35875 in vbox
- Timestamp:
- Feb 7, 2011 2:39:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69881
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r35758 r35875 3050 3050 3051 3051 // b) one extra sub-operations for online snapshots OR offline snapshots that have a saved state (needs to be copied) 3052 bool fTakingSnapshotOnline = ((mMachineState == MachineState_Running) || (mMachineState == MachineState_Paused));3052 bool const fTakingSnapshotOnline = Global::IsOnline(mMachineState); 3053 3053 3054 3054 LogFlowFunc(("fTakingSnapshotOnline = %d, mMachineState = %d\n", fTakingSnapshotOnline, mMachineState));
Note:
See TracChangeset
for help on using the changeset viewer.