Changeset 3311 for pjproject/trunk/pjsip/include/pjsip/sip_transaction.h
- Timestamp:
- Sep 15, 2010 7:42:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_transaction.h
r3138 r3311 87 87 pjsip_endpoint *endpt; /**< Endpoint instance. */ 88 88 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. */ 89 92 90 93 /*
Note: See TracChangeset
for help on using the changeset viewer.