- Timestamp:
- May 6, 2010 1:48:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r29152 r29155 360 360 RTLISTNODE ListEndpoints; 361 361 #ifdef VBOX_WITH_STATISTICS 362 /** Alignment */ 363 uint32_t u32Alignment; 362 364 /** Hit counter. */ 363 365 STAMCOUNTER cHits; … … 402 404 RTLISTNODE NodeCacheEndpoint; 403 405 #ifdef VBOX_WITH_STATISTICS 404 /** Alignment */405 bool afAlignment[3];406 406 /** Number of times a write was deferred because the cache entry was still in progress */ 407 407 STAMCOUNTER StatWriteDeferred; … … 545 545 546 546 #ifdef VBOX_WITH_STATISTICS 547 /** Alignment */ 548 uint32_t u32Alignment; 547 549 /** Time spend in a read. */ 548 550 STAMPROFILEADV StatRead;
Note:
See TracChangeset
for help on using the changeset viewer.