Changeset 33846 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 8, 2010 2:16:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67492
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r33540 r33846 515 515 /** Number of elements in the cache. */ 516 516 volatile uint32_t cTasksCached; 517 /** Alignment */ 518 uint32_t u32Alignment; 517 519 /** Cache of endpoint data. */ 518 520 PDMACFILEENDPOINTCACHE DataCache; … … 522 524 523 525 #ifdef VBOX_WITH_STATISTICS 524 uint32_t u32Alignment; 525 #endif 526 527 #ifdef VBOX_WITH_STATISTICS 526 /** Alignment */ 527 uint32_t u32Alignment1; 528 528 /** Time spend in a read. */ 529 529 STAMPROFILEADV StatRead;
Note:
See TracChangeset
for help on using the changeset viewer.