Changeset 65698 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 9, 2017 12:28:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r63562 r65698 5357 5357 * pointer after taking ownership of the big mutex. 5358 5358 */ 5359 pfnReleaseBusy(pIfPort); 5359 if (pfnReleaseBusy) 5360 pfnReleaseBusy(pIfPort); 5360 5361 5361 5362 RTSemMutexRequest(pIntNet->hMtxCreateOpenDestroy, RT_INDEFINITE_WAIT); … … 5384 5385 * We must always release the busy reference. 5385 5386 */ 5386 else 5387 else if (pfnReleaseBusy) 5387 5388 pfnReleaseBusy(pIfPort); 5388 5389 }
Note:
See TracChangeset
for help on using the changeset viewer.