- Timestamp:
- Feb 5, 2007 5:35:12 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAPWin32.cpp
r587 r645 348 348 rc = WaitForSingleObject(haWait[1], 0); 349 349 if (rc == WAIT_OBJECT_0) 350 { 351 STAM_PROFILE_STOP(&pData->StatRecvOverflows, b); 350 352 goto exit_thread; 353 } 351 354 352 355 cbMax = pData->pPort->pfnCanReceive(pData->pPort);
Note:
See TracChangeset
for help on using the changeset viewer.