Changeset 53624 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r52978 r53624 315 315 (status, _timestamp) = guest.getFacilityStatus(facilityType) 316 316 return asEnumElem(ctx, 'AdditionsFacilityStatus', status) 317 317 318 318 def perfStats(ctx, mach): 319 319 if not ctx['perf']:
Note:
See TracChangeset
for help on using the changeset viewer.