- Timestamp:
- Nov 21, 2010 6:26:04 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMBlkCacheInternal.h
r34219 r34221 135 135 RTLISTNODE ListUsers; 136 136 #ifdef VBOX_WITH_STATISTICS 137 /** Alignment */138 uint32_t u32Alignment;139 137 /** Hit counter. */ 140 138 STAMCOUNTER cHits; … … 243 241 244 242 #ifdef VBOX_WITH_STATISTICS 243 uint32_t u32Alignment; 245 244 /** Number of times a write was deferred because the cache entry was still in progress */ 246 245 STAMCOUNTER StatWriteDeferred;
Note:
See TracChangeset
for help on using the changeset viewer.