Changeset 3723 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Jul 19, 2007 6:46:00 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23022
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r3185 r3723 20 20 */ 21 21 22 #ifndef __ PGMInternal_h__23 #define __ PGMInternal_h__22 #ifndef ___PGMInternal_h 23 #define ___PGMInternal_h 24 24 25 25 #include <VBox/cdefs.h> … … 697 697 /** The previous page in the age list. */ 698 698 uint16_t iAgePrev; 699 /** @todo add more from PGMCache.h when merging with it. */700 699 #endif /* PGMPOOL_WITH_CACHE */ 701 700 /** Used to indicate that the page is zeroed. */
Note:
See TracChangeset
for help on using the changeset viewer.