Changeset 4037 for pjproject/branches/1.x/pjsip/include/pjsip-ua/sip_regc.h
- Timestamp:
- Apr 11, 2012 9:41:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/pjsip/include/pjsip-ua/sip_regc.h
r3553 r4037 266 266 const pjsip_tpselector *sel); 267 267 268 /** 269 * Release the reference to current transport being used by the regc, if any. 270 * The regc keeps the reference to the last transport being used in order 271 * to prevent it from being destroyed. In some situation however, such as 272 * when the transport is disconnected, it is necessary to instruct the 273 * regc to release this reference so that the transport can be destroyed. 274 * See https://trac.pjsip.org/repos/ticket/1481 for background info. 275 * 276 * @param regc The client registration instance. 277 * 278 * @return PJ_SUCCESS on success, or the appropriate error code. 279 */ 280 PJ_DECL(pj_status_t) pjsip_regc_release_transport(pjsip_regc *regc); 268 281 269 282 /**
Note: See TracChangeset
for help on using the changeset viewer.