Changeset 44355 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 24, 2013 1:27:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r44351 r44355 5344 5344 int vrc = VINF_SUCCESS; 5345 5345 if (enmType == BandwidthGroupType_Disk) 5346 vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(), 5347 cMax); 5346 vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(), cMax); 5348 5347 #ifdef VBOX_WITH_NETSHAPER 5349 5348 else if (enmType == BandwidthGroupType_Network) 5350 vrc = PDMR3NsBwGroupSetLimit(ptrVM, Utf8Str(strName).c_str(), 5351 cMax); 5349 vrc = PDMR3NsBwGroupSetLimit(ptrVM.rawUVM(), Utf8Str(strName).c_str(), cMax); 5352 5350 else 5353 5351 rc = E_NOTIMPL;
Note:
See TracChangeset
for help on using the changeset viewer.