Ignore:
Timestamp:
Oct 1, 2013 5:00:57 AM (11 years ago)
Author:
ming
Message:

Fixed #1674: Deadlock when third party media employs external lock and ICE is active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/turn_sock.h

    r4538 r4606  
    263263 */ 
    264264PJ_DECL(void*) pj_turn_sock_get_user_data(pj_turn_sock *turn_sock); 
     265 
     266 
     267/** 
     268 * Get the group lock for this TURN transport. 
     269 * 
     270 * @param turn_sock     The TURN transport instance. 
     271 * 
     272 * @return              The group lock. 
     273 */ 
     274PJ_DECL(pj_grp_lock_t *) pj_turn_sock_get_grp_lock(pj_turn_sock *turn_sock); 
    265275 
    266276 
Note: See TracChangeset for help on using the changeset viewer.