VirtualBox

Changeset 20168 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 1, 2009 8:31:31 PM (16 years ago)
Author:
vboxsync
Message:

Fix windows burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp

    r20167 r20168  
    610610        if (fWaitingEventSem)
    611611            rc = RTSemEventSignal(pAioMgr->EventSem);
     612#if 0 /** @todo When RTFileAio* is used */
    612613        else if (fWaitingForIo)
    613614            rc = RTThreadPoke(pAioMgr->Thread);
     615#endif
    614616
    615617        AssertRC(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette