Changeset 39515 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 2, 2011 1:41:07 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMBlkCacheInternal.h
r39038 r39515 135 135 uint32_t cRefs; 136 136 /** List of all users of this cache. */ 137 RTLIST NODEListUsers;137 RTLISTANCHOR ListUsers; 138 138 #ifdef VBOX_WITH_STATISTICS 139 139 /** Hit counter. */ … … 192 192 RTSPINLOCK LockList; 193 193 /** List of dirty but not committed entries for this endpoint. */ 194 RTLIST NODEListDirtyNotCommitted;194 RTLISTANCHOR ListDirtyNotCommitted; 195 195 /** Node of the cache user list. */ 196 196 RTLISTNODE NodeCacheUser;
Note:
See TracChangeset
for help on using the changeset viewer.