Changeset 1826
- Timestamp:
- Mar 13, 2005, 11:45:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/InnoTekLIBC/sharedpm.h
-
Property cvs2svn:cvs-rev
changed from
1.18
to1.19
r1825 r1826 392 392 /** @} */ 393 393 394 395 /** 180 - Reserved pool pointer field with default value 0. */ 396 unsigned auReserved[56 - 45]; 394 /** 180 - Per Process Sockets Reference Counters. */ 395 uint16_t *pacTcpipRefs; 396 397 /** 184 - Reserved pool pointer field with default value 0. */ 398 unsigned auReserved[56 - 46]; 397 399 398 400 … … 824 826 * 825 827 * @returns The new reference count. 828 * The low 16-bits are are the global count. 829 * The high 15-bits are are the process count. 826 830 * @returns Negative error code (errno.h) on failure. 827 831 * @param iSocket socket to reference. … … 833 837 * 834 838 * @returns The new reference count. 835 * The caller must close the socket if 0 is returned. 839 * The low 16-bits are are the global count. 840 * The high 15-bits are are the process count. 836 841 * @returns Negative error code (errno.h) on failure. 837 842 * @param iSocket Socket to dereference. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.