Changeset 43045 in vbox for trunk/include
- Timestamp:
- Aug 28, 2012 2:21:43 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gmm.h
r40054 r43045 670 670 /** GMM page id. (in/out) */ 671 671 uint32_t idPage; 672 /** Align at 8 byte boundary. */ 673 uint32_t uAlignment; 672 /** CRC32 of the page in strict builds (0 if page not available). 673 * In non-strict build this serves as structure alignment. */ 674 uint32_t u32StrictChecksum; 674 675 } GMMSHAREDPAGEDESC; 675 676 /** Pointer to a GMMSHAREDPAGEDESC. */
Note:
See TracChangeset
for help on using the changeset viewer.