Changeset 4606 for pjproject/trunk/pjnath/include/pjnath/ice_strans.h
- Timestamp:
- Oct 1, 2013 5:00:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/include/pjnath/ice_strans.h
r4538 r4606 565 565 const pj_ice_sess_options *opt); 566 566 567 /** 568 * Get the group lock for this ICE stream transport. 569 * 570 * @param ice_st The ICE stream transport. 571 * 572 * @return The group lock. 573 */ 574 PJ_DECL(pj_grp_lock_t *) pj_ice_strans_get_grp_lock(pj_ice_strans *ice_st); 567 575 568 576 /**
Note: See TracChangeset
for help on using the changeset viewer.