Changeset 28258 in vbox for trunk/src/VBox/Devices/Network/DrvTAP.cpp
- Timestamp:
- Apr 13, 2010 2:51:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvTAP.cpp
r28213 r28258 1116 1116 * Create the async I/O thread. 1117 1117 */ 1118 rc = PDMDrvHlp PDMThreadCreate(pDrvIns, &pThis->pThread, pThis, drvTAPAsyncIoThread, drvTapAsyncIoWakeup, 128 * _1K, RTTHREADTYPE_IO, "TAP");1118 rc = PDMDrvHlpThreadCreate(pDrvIns, &pThis->pThread, pThis, drvTAPAsyncIoThread, drvTapAsyncIoWakeup, 128 * _1K, RTTHREADTYPE_IO, "TAP"); 1119 1119 AssertRCReturn(rc, rc); 1120 1120
Note:
See TracChangeset
for help on using the changeset viewer.