Ignore:
Timestamp:
Apr 23, 2019 8:42:45 AM (5 years ago)
Author:
nanang
Message:

Fixed #2191:

  • Stricter double timer entry scheduling prevention.
  • Integrate group lock in SIP transport, e.g: for add/dec ref, for timer scheduling.


File:
1 edited

Legend:

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

    r5884 r5971  
    811811    pj_atomic_t            *ref_cnt;        /**< Reference counter.         */ 
    812812    pj_lock_t              *lock;           /**< Lock object.               */ 
     813    pj_grp_lock_t          *grp_lock;       /**< Group lock for sync with 
     814                                                 ioqueue and timer.         */ 
    813815    pj_bool_t               tracing;        /**< Tracing enabled?           */ 
    814816    pj_bool_t               is_shutdown;    /**< Being shutdown?            */ 
Note: See TracChangeset for help on using the changeset viewer.