Changeset 31788 in vbox
- Timestamp:
- Aug 19, 2010 1:44:13 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 64978
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/tcp.h
r31449 r31788 59 59 /** Pointer to a RTTCPSERVE(). */ 60 60 typedef FNRTTCPSERVE *PFNRTTCPSERVE; 61 62 /** Pointer to a RTTCPSERVER handle. */63 typedef struct RTTCPSERVER *PRTTCPSERVER;64 /** Pointer to a RTTCPSERVER handle. */65 typedef PRTTCPSERVER *PPRTTCPSERVER;66 61 67 62 /** -
trunk/include/iprt/types.h
r31418 r31788 1350 1350 #define NIL_RTSOCKET ((RTSOCKET)0) 1351 1351 1352 /** Pointer to a RTTCPSERVER handle. */ 1353 typedef struct RTTCPSERVER *PRTTCPSERVER; 1354 /** Pointer to a RTTCPSERVER handle. */ 1355 typedef PRTTCPSERVER *PPRTTCPSERVER; 1356 /** Nil RTTCPSERVER handle. */ 1357 #define NIL_RTTCPSERVER ((PRTTCPSERVER)0) 1358 1352 1359 /** Thread handle.*/ 1353 1360 typedef R3R0PTRTYPE(struct RTTHREADINT *) RTTHREAD;
Note:
See TracChangeset
for help on using the changeset viewer.