Changeset 63179 in vbox for trunk/src/VBox
- Timestamp:
- Aug 8, 2016 3:28:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp
r62805 r63179 139 139 fFlags = RTHANDLETABLE_FLAGS_LOCKED; 140 140 #endif 141 rc = RTHandleTableCreateEx(&g_hHndTableFilters, fFlags, 1 /* uBase */, 32768/* cMax */,141 rc = RTHandleTableCreateEx(&g_hHndTableFilters, fFlags, 1 /* uBase */, 8192 /* cMax */, 142 142 NULL, NULL); 143 143 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.