VirtualBox

Changeset 23761 in vbox


Ignore:
Timestamp:
Oct 14, 2009 12:55:30 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53489
Message:

ssmR3StremClose: Signal the right semaphore on load.

File:
1 edited

Legend:

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

    r23753 r23761  
    20982098        if (pStrm->hIoThread != NIL_RTTHREAD)
    20992099        {
    2100             int rc2 = RTSemEventSignal(pStrm->hEvtHead);
     2100            int rc2 = RTSemEventSignal(pStrm->hEvtFree);
    21012101            AssertLogRelRC(rc2);
    21022102            int rc3 = RTThreadWait(pStrm->hIoThread, RT_INDEFINITE_WAIT, NULL);
Note: See TracChangeset for help on using the changeset viewer.

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