VirtualBox

Changeset 108461 in vbox


Ignore:
Timestamp:
Mar 5, 2025 5:35:20 PM (6 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167835
Message:

VMM/PDMAsyncCompletion: Use 64-bit types for the bandwidth group limits, ticketref:22328 [missing file]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r108046 r108461  
    66176617                        if (enmType == BandwidthGroupType_Disk)
    66186618                            vrc = ptrVM.vtable()->pfnPDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM.rawUVM(), strName.c_str(),
    6619                                                                                             (uint32_t)cMax);
     6619                                                                                            (uint64_t)cMax);
    66206620#ifdef VBOX_WITH_NETSHAPER
    66216621                        else if (enmType == BandwidthGroupType_Network)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette