Changeset 3349 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
- Timestamp:
- Oct 20, 2010 5:31:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua_internal.h
r3330 r3349 94 94 struct { 95 95 pj_timer_entry reinv_timer;/**< Reinvite retry timer. */ 96 pjmedia_sdp_session *new_sdp;/**< The new SDP offer. */ 96 pj_uint32_t sdp_ver; /**< SDP version of the bad answer */ 97 int retry_cnt; /**< Retry count. */ 97 98 } lock_codec; /**< Data for codec locking when answer 98 99 contains multiple codecs. */
Note: See TracChangeset
for help on using the changeset viewer.