Changeset 105353 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Jul 16, 2024 11:47:19 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/VBoxGuestPropSvc.cpp
r101395 r105353 1382 1382 1383 1383 rc = RTReqQueueCallEx(mhReqQNotifyHost, NULL, 0, RTREQFLAGS_VOID | RTREQFLAGS_NO_WAIT, 1384 (PFNRT)notifyHostAsyncWorker, 3, 1385 mpfnHostCallback, mpvHostData, pHostCallbackData); 1384 (PFNRT)notifyHostAsyncWorker, 3, mpfnHostCallback, mpvHostData, pHostCallbackData); 1386 1385 if (RT_FAILURE(rc)) 1387 1386 {
Note:
See TracChangeset
for help on using the changeset viewer.