Changeset 14205 in vbox
- Timestamp:
- Nov 14, 2008 1:05:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r14204 r14205 233 233 234 234 PRTREQ pReq = NULL; 235 bool fWait;236 235 /* don't queue new requests when the NAT thread is about to stop */ 237 236 if (pThis->pThread->enmState != PDMTHREADSTATE_RUNNING) … … 379 378 slirp_select_poll(pThis->pNATState, &ReadFDs, &WriteFDs, &XcptFDs); 380 379 /* process _all_ outstanding requests but don't wait */ 381 while (RT_SUCCESS(RTReqProcess( This->pReqQueue, 0)))380 while (RT_SUCCESS(RTReqProcess(pThis->pReqQueue, 0))) 382 381 ; 383 382 # endif /* RT_OS_WINDOWS */
Note:
See TracChangeset
for help on using the changeset viewer.