Changeset 26801 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Feb 25, 2010 3:44:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/magics.h
r26774 r26801 47 47 /** The value of RTDIR::u32Magic after RTDirClose(). */ 48 48 #define RTDIR_MAGIC_DEAD UINT32_C(0x19950829) 49 /** the value of RTPIPEINTERNAL::u32Magic. (Frank Schaetzing) */50 #define RTPIPE_MAGIC UINT32_C(0x19570528)51 49 /** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */ 52 50 #define RTFILEAIOCTX_MAGIC UINT32_C(0x18900820) … … 97 95 /** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */ 98 96 #define RTMEMPOOL_MAGIC_DEAD UINT32_C(0x18170718) 99 /** Magic numberfor heap blocks. (Edgar Allan Poe) */97 /** The magic value for heap blocks. (Edgar Allan Poe) */ 100 98 #define RTMEMHDR_MAGIC UINT32_C(0x18090119) 99 /** The value of RTPIPEINTERNAL::u32Magic. (Frank Schaetzing) */ 100 #define RTPIPE_MAGIC UINT32_C(0x19570528) 101 /** The value of RTPOLLSETINTERNAL::u32Magic. (Ai Yazawa) */ 102 #define RTPOLLSET_MAGIC UINT32_C(0x19670307) 101 103 /** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */ 102 104 #define RTR0MEMOBJ_MAGIC UINT32_C(0x19611210)
Note:
See TracChangeset
for help on using the changeset viewer.