VirtualBox

Changeset 7636 in vbox for trunk/src


Ignore:
Timestamp:
Mar 28, 2008 5:58:07 PM (17 years ago)
Author:
vboxsync
Message:

oops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r7630 r7636  
    52805280            int64_t cMsElapsed = RTTimeMilliTS() - u64Start;
    52815281            rc = RTThreadWait(pData->aCts[i].AsyncIOThread,
    5282                               RT_MAX(cMsElapsed + 5000, 100),
     5282                              RT_MAX(5000 - cMsElapsed, 100),
    52835283                              NULL);
    52845284            if (VBOX_FAILURE(rc) && rc != VERR_INVALID_HANDLE)
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