VirtualBox

Changeset 44355 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 24, 2013 1:27:28 PM (12 years ago)
Author:
vboxsync
Message:

PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a register within the VMM, not critical section. :)

File:
1 edited

Legend:

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

    r44351 r44355  
    53445344                int vrc = VINF_SUCCESS;
    53455345                if (enmType == BandwidthGroupType_Disk)
    5346                     vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(),
    5347                                                                  cMax);
     5346                    vrc = PDMR3AsyncCompletionBwMgrSetMaxForFile(ptrVM, Utf8Str(strName).c_str(), cMax);
    53485347#ifdef VBOX_WITH_NETSHAPER
    53495348                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);
    53525350                else
    53535351                    rc = E_NOTIMPL;
Note: See TracChangeset for help on using the changeset viewer.

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