Changeset 59261 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 6, 2016 11:32:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMAsyncCompletionInternal.h
r56287 r59261 204 204 /** Template associated with this endpoint. */ 205 205 PPDMASYNCCOMPLETIONTEMPLATE pTemplate; 206 /** Reference count. */ 207 unsigned cUsers; 206 /** Statistics ID for endpoints having a similar URI (same filename for example) 207 * to avoid assertions. */ 208 unsigned iStatId; 208 209 /** URI describing the endpoint */ 209 210 char *pszUri;
Note:
See TracChangeset
for help on using the changeset viewer.