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/stun_session.h

    r4360 r4606  
    436436 
    437437/** 
     438 * Get the group lock for this STUN session. 
     439 * 
     440 * @param sess      The STUN session instance. 
     441 * 
     442 * @return          The group lock. 
     443 */ 
     444PJ_DECL(pj_grp_lock_t *) pj_stun_session_get_grp_lock(pj_stun_session *sess); 
     445 
     446/** 
    438447 * Set SOFTWARE name to be included in all requests and responses. 
    439448 * 
Note: See TracChangeset for help on using the changeset viewer.