Changeset 14359 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Nov 19, 2008 4:27:41 PM (16 years ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp
r14352 r14359 921 921 VBoxGuestHGCMAsyncWaitCallbackWorker((VMMDevHGCMRequestHeader volatile *)pHdr, 922 922 pDevExt, false /* fInterruptible */, 923 RT_INDEFINITE_WAIT);923 u32User); 924 924 } 925 925 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r14352 r14359 836 836 837 837 Msg.hdr.u32Timeout = u32Timeout; 838 Msg.hdr.fInterruptible = true; 838 839 Msg.hdr.info.result = (uint32_t)VERR_WRONG_ORDER; /** @todo drop the cast when the result type has been fixed! */ 839 840 Msg.hdr.info.u32ClientID = u32ClientId;
Note:
See TracChangeset
for help on using the changeset viewer.