Ignore:
Timestamp:
Jul 29, 2008 8:15:15 PM (16 years ago)
Author:
bennylp
Message:

Initial work for ticket #579: added option to make the active socket sends all the (TCP) data before calling completion callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/ioqueue.h

    r2039 r2185  
    209209{  
    210210    void *internal__[32];           /**< Internal I/O Queue data.   */ 
     211    void *activesock_data;          /**< Active socket data.        */ 
    211212    void *user_data;                /**< Application data.          */ 
    212213} pj_ioqueue_op_key_t; 
Note: See TracChangeset for help on using the changeset viewer.