VirtualBox

Changeset 32621 in vbox


Ignore:
Timestamp:
Sep 17, 2010 7:42:34 PM (14 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuest: fix for r65820 to make WAITEVENT work again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp

    r32574 r32621  
    23562356             */
    23572357            fEvents |= pDevExt->f32PendingEvents;
    2358             RTListForEachSafe(&pDevExt->HGCMWaitList, pWait, pSafe, VBOXGUESTWAIT, ListNode)
     2358            RTListForEachSafe(&pDevExt->WaitList, pWait, pSafe, VBOXGUESTWAIT, ListNode)
    23592359            {
    23602360                if (    (pWait->fReqEvents & fEvents)
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