Changeset 27884 in vbox
- Timestamp:
- Mar 31, 2010 12:10:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionInternal.h
r27883 r27884 184 184 /** Pointer to the shared VM structure. */ 185 185 PVM pVM; 186 /** @name Things configurable through CFGM187 * @{ */188 /** Size of the per endpoint cache. */189 uint32_t cEndpointCacheSize;190 /** Size of the per class cache. */191 uint32_t cEpClassCacheSize;192 /** @} */193 186 /** Critical section protecting the endpoint list. */ 194 187 RTCRITSECT CritSect;
Note:
See TracChangeset
for help on using the changeset viewer.