Changeset 1287 for pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h
- Timestamp:
- May 22, 2007 12:21:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-ua/sip_inv.h
r974 r1287 224 224 pj_pool_t *pool; /**< Dialog's pool. */ 225 225 pjsip_inv_state state; /**< Invite sess state. */ 226 pj_bool_t cancelling; /**< CANCEL sent? */ 226 227 pjsip_status_code cause; /**< Disconnect cause. */ 227 228 pj_str_t cause_text; /**< Cause text. */
Note: See TracChangeset
for help on using the changeset viewer.