VirtualBox

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


Ignore:
Timestamp:
Dec 17, 2021 8:36:40 AM (3 years ago)
Author:
vboxsync
Message:

Fix burn (3)

File:
1 edited

Legend:

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

    r92998 r92999  
    18911891
    18921892    /* Copy packet header to rx buf provided by caller. */
    1893     uint32_t cbHdrEnqueued = pVirtqBuf->cbPhysReturn == cbPktHdr ? cbPktHdr : 0;
     1893    size_t cbHdrEnqueued = pVirtqBuf->cbPhysReturn == cbPktHdr ? cbPktHdr : 0;
    18941894    virtioCoreR3VirtqUsedBufPut(pDevIns, &pThis->Virtio, pRxVirtq->uIdx, cbPktHdr, pRxPktHdr, pVirtqBuf, cbHdrEnqueued);
    18951895
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