VirtualBox

Changeset 31788 in vbox


Ignore:
Timestamp:
Aug 19, 2010 1:44:13 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64978
Message:

Moved RTTCPSERVER to types.h

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/tcp.h

    r31449 r31788  
    5959/** Pointer to a RTTCPSERVE(). */
    6060typedef FNRTTCPSERVE *PFNRTTCPSERVE;
    61 
    62 /** Pointer to a RTTCPSERVER handle. */
    63 typedef struct RTTCPSERVER *PRTTCPSERVER;
    64 /** Pointer to a RTTCPSERVER handle. */
    65 typedef PRTTCPSERVER *PPRTTCPSERVER;
    6661
    6762/**
  • trunk/include/iprt/types.h

    r31418 r31788  
    13501350#define NIL_RTSOCKET                                ((RTSOCKET)0)
    13511351
     1352/** Pointer to a RTTCPSERVER handle. */
     1353typedef struct RTTCPSERVER                         *PRTTCPSERVER;
     1354/** Pointer to a RTTCPSERVER handle. */
     1355typedef PRTTCPSERVER                               *PPRTTCPSERVER;
     1356/** Nil RTTCPSERVER handle. */
     1357#define NIL_RTTCPSERVER                            ((PRTTCPSERVER)0)
     1358
    13521359/** Thread handle.*/
    13531360typedef R3R0PTRTYPE(struct RTTHREADINT *)           RTTHREAD;
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