VirtualBox

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/Main/idl/VirtualBox.xidl

    r42354 r42382  
    961961  <enum
    962962    name="LockType"
    963     uuid="138b53f8-db4b-47c5-b32b-4ef52f769413"
     963    uuid="168a6a8e-12fd-4878-a1f9-38a750a56089"
    964964    >
    965965    <desc>
     
    971971    <const name="Shared" value="1">
    972972      <desc>Request only a shared read lock for remote-controlling the machine.</desc>
     973    </const>
     974    <const name="VM" value="3">
     975      <desc>Lock the machine for writing, and create objects necessary for
     976        running a VM in this process.</desc>
    973977    </const>
    974978  </enum>
     
    1639616400      </desc>
    1639716401      <param name="machine" type="IMachine" dir="in"/>
     16402      <param name="lockType" type="LockType" dir="in"/>
    1639816403    </method>
    1639916404
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