Changeset 20168 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 1, 2009 8:31:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp
r20167 r20168 610 610 if (fWaitingEventSem) 611 611 rc = RTSemEventSignal(pAioMgr->EventSem); 612 #if 0 /** @todo When RTFileAio* is used */ 612 613 else if (fWaitingForIo) 613 614 rc = RTThreadPoke(pAioMgr->Thread); 615 #endif 614 616 615 617 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.