VirtualBox

Changeset 14359 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Nov 19, 2008 4:27:41 PM (16 years ago)
Author:
vboxsync
Message:

Additions/HGCM: some fixes to timed out HGCM requests

Location:
trunk/src/VBox/Additions/common
Files:
2 edited

Legend:

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

    r14352 r14359  
    921921    VBoxGuestHGCMAsyncWaitCallbackWorker((VMMDevHGCMRequestHeader volatile *)pHdr,
    922922                                         pDevExt, false /* fInterruptible */,
    923                                          RT_INDEFINITE_WAIT);
     923                                         u32User);
    924924}
    925925
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp

    r14352 r14359  
    836836
    837837    Msg.hdr.u32Timeout = u32Timeout;
     838    Msg.hdr.fInterruptible = true;
    838839    Msg.hdr.info.result = (uint32_t)VERR_WRONG_ORDER;  /** @todo drop the cast when the result type has been fixed! */
    839840    Msg.hdr.info.u32ClientID = u32ClientId;
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