Ignore:
Timestamp:
Jan 25, 2010 1:42:56 PM (14 years ago)
Author:
bennylp
Message:

Initial commit for #1033: Assertion error when shutting down PJSIP while TCP/TLS connect is in progress and a transaction is waiting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_transport.h

    r2985 r3071  
    570570    pjsip_tpselector        tp_sel; 
    571571 
     572    /** 
     573     * Arbitrary data attached by PJSIP modules. 
     574     */ 
     575    void                    *mod_data[PJSIP_MAX_MODULE]; 
    572576}; 
    573577 
Note: See TracChangeset for help on using the changeset viewer.