Ignore:
Timestamp:
Sep 15, 2010 7:42:14 AM (14 years ago)
Author:
bennylp
Message:

Fix #1121 (Deadlock in transaction code when hanging up calls (thanks Dennis Struble for the report))

File:
1 edited

Legend:

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

    r3138 r3311  
    8787    pjsip_endpoint             *endpt;          /**< Endpoint instance.     */ 
    8888    pj_mutex_t                 *mutex;          /**< Mutex for this tsx.    */ 
     89    pj_mutex_t                 *mutex_b;        /**< Second mutex to avoid 
     90                                                     deadlock. It is used to 
     91                                                     protect timer.         */ 
    8992 
    9093    /* 
Note: See TracChangeset for help on using the changeset viewer.