- Timestamp:
- Jul 9, 2012 4:39:22 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmnetshaperint.h
r42064 r42066 72 72 { 73 73 pBwGroup->tsUpdatedLast = tsNow; 74 pBwGroup->cbTokensLast = uTokens - cbTransfer;74 pBwGroup->cbTokensLast = uTokens - (uint32_t)cbTransfer; 75 75 } 76 76 Log2((LOG_FN_FMT "BwGroup=%#p{%s} cbTransfer=%u uTokens=%u uTokensAdded=%u fAllowed=%RTbool\n", -
trunk/src/VBox/Devices/Network/DrvNetShaper.cpp
r42065 r42066 136 136 } 137 137 #endif 138 #if 0 139 //def IN_RING0 138 #ifdef IN_RING0 140 139 if (!PDMR0NsAllocateBandwidth(&pThis->Filter, cbMin)) 141 140 { -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r39357 r42066 79 79 IntNetR0IfWait 80 80 81 ; Network Shaper 82 PDMR0NsAllocateBandwidth 83 81 84 ; runtime 82 85 RTAssertMsg1Weak
Note:
See TracChangeset
for help on using the changeset viewer.