Changeset 17214 in vbox
- Timestamp:
- Feb 27, 2009 4:32:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r17213 r17214 1037 1037 RTThreadSleep(2); /* (2ms) */ 1038 1038 RTSemFastMutexRequest(pGlobals->hFastMtx); 1039 enmState = ;1039 enmState = vboxNetFltGetState(pCur); 1040 1040 } 1041 1041 while (enmState == kVBoxNetFltInsState_Disconnecting);
Note:
See TracChangeset
for help on using the changeset viewer.