VirtualBox

Changeset 72474 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 7, 2018 1:05:52 PM (7 years ago)
Author:
vboxsync
Message:

More Windows build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevVirtioNet.cpp

    r72471 r72474  
    15111511        if (RT_UNLIKELY(pThread->enmState != PDMTHREADSTATE_RUNNING))
    15121512            break;
    1513         vnetTransmitPendingPackets(pThis, pThis->pTxQueue, false /*fOnWorkerThread*/); /// @todo: shouldn't it be true instead?
     1513        vnetTransmitPendingPackets(pThis, pThis->pTxQueue, false /*fOnWorkerThread*/); /// @todo shouldn't it be true instead?
    15141514        Log(("vnetTxThread: enable kicking and get to sleep\n"));
    15151515        vringSetNotification(&pThis->VPCI, &pThis->pTxQueue->VRing, true);
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