VirtualBox

Changeset 73415 in vbox for trunk/src


Ignore:
Timestamp:
Jul 31, 2018 5:21:54 PM (6 years ago)
Author:
vboxsync
Message:

Build fix for r124028

File:
1 edited

Legend:

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

    r73410 r73415  
    14221422{
    14231423    PVNETSTATE pThis = RT_FROM_MEMBER(pInterface, VNETSTATE, INetworkDown);
     1424#if defined(VBOX_WITH_STATISTICS)
    14241425    STAM_REL_COUNTER_INC(&pThis->StatTransmitByNetwork);
     1426#endif /* VBOX_WITH_STATISTICS */
    14251427    vnetTransmitPendingPackets(pThis, pThis->pTxQueue, false /*fOnWorkerThread*/);
    14261428}
     
    15141516        if (RT_UNLIKELY(pThread->enmState != PDMTHREADSTATE_RUNNING))
    15151517            break;
     1518#if defined(VBOX_WITH_STATISTICS)
    15161519        STAM_REL_COUNTER_INC(&pThis->StatTransmitByThread);
     1520#endif /* VBOX_WITH_STATISTICS */
    15171521        while (true)
    15181522        {
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