Changeset 5971 for pjproject/trunk/pjsip/include/pjsip/sip_transport.h
- Timestamp:
- Apr 23, 2019 8:42:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_transport.h
r5884 r5971 811 811 pj_atomic_t *ref_cnt; /**< Reference counter. */ 812 812 pj_lock_t *lock; /**< Lock object. */ 813 pj_grp_lock_t *grp_lock; /**< Group lock for sync with 814 ioqueue and timer. */ 813 815 pj_bool_t tracing; /**< Tracing enabled? */ 814 816 pj_bool_t is_shutdown; /**< Being shutdown? */
Note: See TracChangeset
for help on using the changeset viewer.