Changeset 46788 in vbox for trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp
- Timestamp:
- Jun 25, 2013 5:39:02 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp
r46326 r46788 888 888 { 889 889 autoLock.release(); 890 int rc = VMR3Resume(pState->mpUVM );890 int rc = VMR3Resume(pState->mpUVM, VMRESUMEREASON_TELEPORT_FAILED); 891 891 AssertLogRelMsgRC(rc, ("VMR3Resume -> %Rrc\n", rc)); 892 892 autoLock.acquire(); … … 1413 1413 { 1414 1414 if (!strcmp(szCmd, "hand-over-resume")) 1415 vrc = VMR3Resume(pState->mpUVM );1415 vrc = VMR3Resume(pState->mpUVM, VMRESUMEREASON_TELEPORTED); 1416 1416 else 1417 1417 pState->mptrConsole->setMachineState(MachineState_Paused);
Note:
See TracChangeset
for help on using the changeset viewer.