Changeset 4606 for pjproject/trunk/pjnath/src/pjnath/ice_strans.c
- Timestamp:
- Oct 1, 2013 5:00:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/ice_strans.c
r4602 r4606 798 798 } 799 799 800 /** 801 * Get the group lock for this ICE stream transport. 802 */ 803 PJ_DEF(pj_grp_lock_t *) pj_ice_strans_get_grp_lock(pj_ice_strans *ice_st) 804 { 805 PJ_ASSERT_RETURN(ice_st, NULL); 806 return ice_st->grp_lock; 807 } 808 800 809 /* 801 810 * Create ICE!
Note: See TracChangeset
for help on using the changeset viewer.