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_transaction.h

    r2646 r3071  
    9898    pj_uint32_t                 hashed_key;     /**< Key's hashed value.    */ 
    9999    pj_str_t                    branch;         /**< The branch Id.         */ 
    100     pjsip_tpselector            tp_sel;         /**< Transport selector.    */ 
    101100 
    102101    /* 
     
    122121    unsigned                    transport_flag; /**< Miscelaneous flag.     */ 
    123122    pj_status_t                 transport_err;  /**< Internal error code.   */ 
     123    pjsip_tpselector            tp_sel;         /**< Transport selector.    */ 
     124    pjsip_tx_data              *pending_tx;     /**< Tdata which caused 
     125                                                     pending transport flag 
     126                                                     to be set on tsx.      */ 
    124127 
    125128    /* 
Note: See TracChangeset for help on using the changeset viewer.