Changeset 753 in vbox
- Timestamp:
- Feb 7, 2007 3:41:06 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r752 r753 1862 1862 DECLINLINE(int) pcnetXmitCompleteFrame(PCNetState *pData) 1863 1863 { 1864 HSEMEVENT hSem = pData->hSendEventSem;1865 1866 1864 /* Don't hold the critical section while transmitting data. */ 1867 1865 /** @note also avoids deadlocks with NAT as it can call us right back. */
Note:
See TracChangeset
for help on using the changeset viewer.