Changeset 90238 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Jul 19, 2021 1:48:09 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145776
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/VBoxGuestPropSvc.cpp
r85121 r90238 1865 1865 ptable->cbClient = 0; 1866 1866 1867 /* Legacy clients map to the kernel category. */ 1868 ptable->idxLegacyClientCategory = HGCM_CLIENT_CATEGORY_KERNEL; 1869 1870 /* Go with default client limits, but we won't ever need more than 1871 16 pending calls per client I would think (1 should be enough). */ 1872 for (uintptr_t i = 0; i < RT_ELEMENTS(ptable->acMaxClients); i++) 1873 ptable->acMaxCallsPerClient[i] = 16; 1874 1867 1875 ptable->pfnUnload = Service::svcUnload; 1868 1876 ptable->pfnConnect = Service::svcConnect;
Note:
See TracChangeset
for help on using the changeset viewer.