VirtualBox

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


Ignore:
Timestamp:
Mar 18, 2010 6:59:08 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58999
Message:

iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct pointer; need this for implementing polling of sockets on windows. Also split out the generic socket stuff from RTTcp.

File:
1 edited

Legend:

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

    r26801 r27497  
    127127/** RTSEMXROADSINTERNAL::u32Magic value after RTSemXRoadsDestroy. */
    128128#define RTSEMXROADS_MAGIC_DEAD          UINT32_C(0x20011110)
     129/** The magic value for RTSOCKETINT::u32Magic. (Stanislaw Lem) */
     130#define RTSOCKET_MAGIC                  UINT32_C(0x19210912)
     131/** The magic value for RTSOCKETINT::u32Magic after destruction. */
     132#define RTSOCKET_MAGIC_DEAD             UINT32_C(0x20060326)
    129133/** Magic value for RTSPINLOCKINTERNAL::u32Magic. (Terry Pratchett) */
    130134#define RTSPINLOCK_MAGIC                UINT32_C(0x19480428)
Note: See TracChangeset for help on using the changeset viewer.

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