Changeset 40646 in vbox
- Timestamp:
- Mar 26, 2012 1:52:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.h
r37631 r40646 67 67 prmap_t pMap; /**< Proc description of this mapping */ 68 68 int fError; /**< Any error reading this mapping (errno) */ 69 struct RTSOLCOREMAPINFO 69 struct RTSOLCOREMAPINFO *pNext; /**< Pointer to the next mapping */ 70 70 } RTSOLCOREMAPINFO; 71 71 /** Pointer to a solaris memory mapping descriptor. */
Note:
See TracChangeset
for help on using the changeset viewer.