VirtualBox

Changeset 26801 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Feb 25, 2010 3:44:22 PM (15 years ago)
Author:
vboxsync
Message:

poll-posix.cpp: initial untested code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r26774 r26801  
    4747/** The value of RTDIR::u32Magic after RTDirClose().  */
    4848#define RTDIR_MAGIC_DEAD                UINT32_C(0x19950829)
    49 /** the value of RTPIPEINTERNAL::u32Magic. (Frank Schaetzing) */
    50 #define RTPIPE_MAGIC                    UINT32_C(0x19570528)
    5149/** The value of RTFILEAIOCTXINT::u32Magic. (Howard Phillips Lovecraft) */
    5250#define RTFILEAIOCTX_MAGIC              UINT32_C(0x18900820)
     
    9795/** The magic value for RTMEMPOOL::u32Magic after RTMemPoolDestroy. */
    9896#define RTMEMPOOL_MAGIC_DEAD            UINT32_C(0x18170718)
    99 /** Magic number for heap blocks. (Edgar Allan Poe) */
     97/** The magic value for heap blocks. (Edgar Allan Poe) */
    10098#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)
    101103/** RTR0MEMOBJ::u32Magic. (Masakazu Katsura) */
    102104#define RTR0MEMOBJ_MAGIC                UINT32_C(0x19611210)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette