VirtualBox

Changeset 645 in vbox for trunk


Ignore:
Timestamp:
Feb 5, 2007 5:35:12 PM (18 years ago)
Author:
vboxsync
Message:

Missing stat stop

File:
1 edited

Legend:

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

    r587 r645  
    348348                rc = WaitForSingleObject(haWait[1], 0);
    349349                if (rc == WAIT_OBJECT_0)
     350                {
     351                    STAM_PROFILE_STOP(&pData->StatRecvOverflows, b);
    350352                    goto exit_thread;
     353                }
    351354
    352355                cbMax = pData->pPort->pfnCanReceive(pData->pPort);
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