VirtualBox

Changeset 42382 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Jul 25, 2012 9:35:56 AM (12 years ago)
Author:
vboxsync
Message:

Main/Session+Console+Machine: minimal change to reduce the overhead of normal API client sessions, because they don't need a full Console object with all sub-objects associated with them. Much more work todo if we want to completely eliminate all VM machinery dependency since the methods of Console are a wild mix of VM related and unrelated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r42248 r42382  
    14151415    AssertReleaseRC(vrc);
    14161416
    1417     rc = pMachine->LockMachine(pSession, LockType_Write);
     1417    rc = pMachine->LockMachine(pSession, LockType_VM);
    14181418    if (FAILED(rc))
    14191419    {
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