Changeset 46309 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 29, 2013 12:45:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r46123 r46309 1027 1027 </desc> 1028 1028 <const name="Write" value="2"> 1029 <desc>Lock the machine for writing.</desc> 1029 <desc>Lock the machine for writing. This requests an exclusive lock, i.e. 1030 there cannot be any other API client holding any type of lock for this 1031 VM concurrently. Remember that a VM process counts as an API client 1032 which implicitly holds the equivalent of a shared lock during the 1033 entire VM runtime.</desc> 1030 1034 </const> 1031 1035 <const name="Shared" value="1"> 1032 <desc>Request only a shared read lock for remote-controlling the machine.</desc> 1036 <desc>Request only a shared lock for remote-controlling the machine. 1037 Such a lock allows changing certain VM settings which can be safely 1038 modified for a running VM.</desc> 1033 1039 </const> 1034 1040 <const name="VM" value="3">
Note:
See TracChangeset
for help on using the changeset viewer.