VirtualBox

Changeset 93630 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 6, 2022 11:47:45 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PDMNetShaper,Main,DrvNetShaper: Moved the network shaper data off the hyper heap and into the VM structure. [build fix] bugref:10093 bugref:5582

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PDMNetShaper.cpp

    r93628 r93630  
    122122            uint32_t cRefs = ASMAtomicIncU32(&pGroup->cRefs);
    123123            AssertMsg(cRefs > 0 && cRefs < _16K, ("%u\n", cRefs));
     124            RT_NOREF_PV(cRefs);
    124125
    125126            LogFlow(("PDMR3NsAttach: Attached '%s'/%u to %s (cRefs=%u)\n",
     
    183184            uint32_t cRefs = ASMAtomicDecU32(&pGroup->cRefs);
    184185            Assert(cRefs < _16K);
     186            RT_NOREF_PV(cRefs);
    185187
    186188            LogFlow(("PDMR3NsDetach: Detached '%s'/%u from %s (cRefs=%u)\n",
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