Changeset 58776 in vbox
- Timestamp:
- Nov 19, 2015 5:05:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r58775 r58776 1588 1588 if (RT_SUCCESS(rc)) 1589 1589 RTReqRelease(pReq); 1590 rc = RTThreadWait(mhThreadNotifyHost, 1000 , NULL);1590 rc = RTThreadWait(mhThreadNotifyHost, 10000, NULL); 1591 1591 AssertRC(rc); 1592 1592 rc = RTReqQueueDestroy(mhReqQNotifyHost);
Note:
See TracChangeset
for help on using the changeset viewer.