Changeset 33220 in vbox
- Timestamp:
- Oct 18, 2010 8:21:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66764
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h
r33219 r33220 515 515 /** Number of elements in the cache. */ 516 516 volatile uint32_t cTasksCached; 517 518 #ifdef VBOX_WITH_STATISTICS519 uint32_t u32Alignment;520 #endif521 517 /** Cache of endpoint data. */ 522 518 PDMACFILEENDPOINTCACHE DataCache; … … 524 520 /** Flag whether a flush request is currently active */ 525 521 PPDMACTASKFILE pFlushReq; 522 523 #ifdef VBOX_WITH_STATISTICS 524 uint32_t u32Alignment; 525 #endif 526 526 527 527 #ifdef VBOX_WITH_STATISTICS
Note:
See TracChangeset
for help on using the changeset viewer.