Changeset 43908 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Nov 19, 2012 5:36:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r43869 r43908 3044 3044 <interface 3045 3045 name="IInternalMachineControl" extends="$unknown" 3046 uuid=" ec824977-e43f-479c-81c9-ac6cae1423a5"3046 uuid="dca36a92-703c-4649-98a4-f40c1ef0c336" 3047 3047 internal="yes" 3048 3048 wsmap="suppress" … … 3503 3503 </method> 3504 3504 3505 <method name="report GuestStatistics">3506 <desc> 3507 Passes collected guest statisticsto VBoxSVC.3505 <method name="reportVmStatistics"> 3506 <desc> 3507 Passes statistics collected by VM (including guest statistics) to VBoxSVC. 3508 3508 </desc> 3509 3509 <param name="validStats" type="unsigned long" dir="in"> … … 3551 3551 <param name="memSharedTotal" type="unsigned long" dir="in"> 3552 3552 <desc>Total amount of shared memory in the hypervisor.</desc> 3553 </param> 3554 <param name="vmNetRx" type="unsigned long" dir="in"> 3555 <desc>Network receive rate for VM.</desc> 3556 </param> 3557 <param name="vmNetTx" type="unsigned long" dir="in"> 3558 <desc>Network transmit rate for VM.</desc> 3553 3559 </param> 3554 3560 </method>
Note:
See TracChangeset
for help on using the changeset viewer.