VirtualBox

Changeset 83815 in vbox


Ignore:
Timestamp:
Apr 19, 2020 12:38:18 AM (5 years ago)
Author:
vboxsync
Message:

tstIntNetR0.cpp: Fixed harmless issue pointed out by VC++ 14.1. bugref:8489

File:
1 edited

Legend:

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

    r82968 r83815  
    557557    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
    558558                 "Buf0.Recv: Frames=%llu Bytes=%llu Overflows=%llu\n",
    559                  pThis->pBuf0->Recv.cStatFrames,
     559                 pThis->pBuf0->Recv.cStatFrames.c,
    560560                 pThis->pBuf0->Recv.cbStatWritten.c,
    561561                 pThis->pBuf0->Recv.cOverflows.c);
    562562    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
    563563                 "Buf0.Send: Frames=%llu Bytes=%llu Overflows=%llu\n",
    564                  pThis->pBuf0->Send.cStatFrames,
     564                 pThis->pBuf0->Send.cStatFrames.c,
    565565                 pThis->pBuf0->Send.cbStatWritten.c,
    566566                 pThis->pBuf0->Send.cOverflows.c);
     
    574574    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
    575575                 "Buf1.Recv: Frames=%llu Bytes=%llu Overflows=%llu\n",
    576                  pThis->pBuf1->Recv.cStatFrames,
     576                 pThis->pBuf1->Recv.cStatFrames.c,
    577577                 pThis->pBuf1->Recv.cbStatWritten.c,
    578578                 pThis->pBuf1->Recv.cOverflows.c);
    579579    RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS,
    580580                 "Buf1.Send: Frames=%llu Bytes=%llu Overflows=%llu\n",
    581                  pThis->pBuf1->Send.cStatFrames,
     581                 pThis->pBuf1->Send.cStatFrames.c,
    582582                 pThis->pBuf1->Send.cbStatWritten.c,
    583583                 pThis->pBuf1->Send.cOverflows.c);
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