Changeset 83815 in vbox
- Timestamp:
- Apr 19, 2020 12:38:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp
r82968 r83815 557 557 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 558 558 "Buf0.Recv: Frames=%llu Bytes=%llu Overflows=%llu\n", 559 pThis->pBuf0->Recv.cStatFrames ,559 pThis->pBuf0->Recv.cStatFrames.c, 560 560 pThis->pBuf0->Recv.cbStatWritten.c, 561 561 pThis->pBuf0->Recv.cOverflows.c); 562 562 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 563 563 "Buf0.Send: Frames=%llu Bytes=%llu Overflows=%llu\n", 564 pThis->pBuf0->Send.cStatFrames ,564 pThis->pBuf0->Send.cStatFrames.c, 565 565 pThis->pBuf0->Send.cbStatWritten.c, 566 566 pThis->pBuf0->Send.cOverflows.c); … … 574 574 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 575 575 "Buf1.Recv: Frames=%llu Bytes=%llu Overflows=%llu\n", 576 pThis->pBuf1->Recv.cStatFrames ,576 pThis->pBuf1->Recv.cStatFrames.c, 577 577 pThis->pBuf1->Recv.cbStatWritten.c, 578 578 pThis->pBuf1->Recv.cOverflows.c); 579 579 RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, 580 580 "Buf1.Send: Frames=%llu Bytes=%llu Overflows=%llu\n", 581 pThis->pBuf1->Send.cStatFrames ,581 pThis->pBuf1->Send.cStatFrames.c, 582 582 pThis->pBuf1->Send.cbStatWritten.c, 583 583 pThis->pBuf1->Send.cOverflows.c);
Note:
See TracChangeset
for help on using the changeset viewer.