Changeset 108461 in vbox
- Timestamp:
- Mar 5, 2025 5:35:20 PM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167835
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r108046 r108461 6617 6617 if (enmType == BandwidthGroupType_Disk) 6618 6618 vrc = ptrVM.vtable()->pfnPDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM.rawUVM(), strName.c_str(), 6619 (uint 32_t)cMax);6619 (uint64_t)cMax); 6620 6620 #ifdef VBOX_WITH_NETSHAPER 6621 6621 else if (enmType == BandwidthGroupType_Network)
Note:
See TracChangeset
for help on using the changeset viewer.