Changeset 1826


Ignore:
Timestamp:
Mar 13, 2005, 11:45:41 AM (20 years ago)
Author:
bird
Message:

Implemented socket duplication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/sharedpm.h

    • Property cvs2svn:cvs-rev changed from 1.18 to 1.19
    r1825 r1826  
    392392    /** @} */
    393393
    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];
    397399
    398400
     
    824826 *
    825827 * @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.
    826830 * @returns Negative error code (errno.h) on failure.
    827831 * @param   iSocket     socket to reference.
     
    833837 *
    834838 * @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.
    836841 * @returns Negative error code (errno.h) on failure.
    837842 * @param   iSocket     Socket to dereference.
Note: See TracChangeset for help on using the changeset viewer.