Changeset 24635 in vbox for trunk/src/VBox/Devices/Network/DrvNAT.cpp
- Timestamp:
- Nov 13, 2009 12:55:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r24058 r24635 740 740 PDRVNAT pThis = (PDRVNAT)pvUser; 741 741 Assert(pThis); 742 ASMAtomicIncU32(&pThis->cUrgPkt);743 742 744 743 PRTREQ pReq = NULL; … … 750 749 int rc = RTReqAlloc(pThis->pUrgRecvReqQueue, &pReq, RTREQTYPE_INTERNAL); 751 750 AssertReleaseRC(rc); 751 ASMAtomicIncU32(&pThis->cUrgPkt); 752 752 pReq->u.Internal.pfn = (PFNRT)drvNATUrgRecvWorker; 753 753 pReq->u.Internal.cArgs = 4;
Note:
See TracChangeset
for help on using the changeset viewer.