Changeset 4606 for pjproject/trunk/pjnath/src/pjnath/stun_session.c
- Timestamp:
- Oct 1, 2013 5:00:57 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/stun_session.c
r4537 r4606 622 622 } 623 623 624 PJ_DEF(pj_grp_lock_t *) pj_stun_session_get_grp_lock(pj_stun_session *sess) 625 { 626 PJ_ASSERT_RETURN(sess, NULL); 627 return sess->grp_lock; 628 } 629 624 630 PJ_DEF(pj_status_t) pj_stun_session_set_software_name(pj_stun_session *sess, 625 631 const pj_str_t *sw)
Note: See TracChangeset
for help on using the changeset viewer.