Changeset 93633 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 7, 2022 1:27:28 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r93631 r93633 1252 1252 /** Timestamp of the last update */ 1253 1253 volatile uint64_t tsUpdatedLast; 1254 /** Number of times a filter was choked. */ 1255 volatile uint64_t cTotalChokings; 1254 1256 /** Pad the structure to a multiple of 64 bytes. */ 1255 uint64_t au64Padding[ 2];1257 uint64_t au64Padding[1]; 1256 1258 } PDMNSBWGROUP; 1257 1259 AssertCompileSizeAlignment(PDMNSBWGROUP, 64);
Note:
See TracChangeset
for help on using the changeset viewer.