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_session.h

    r4360 r4606  
    514514 
    515515/** 
     516 * Get the group lock for this TURN session. 
     517 * 
     518 * @param sess          The TURN client session. 
     519 * 
     520 * @return              The group lock. 
     521 */ 
     522PJ_DECL(pj_grp_lock_t *) pj_turn_session_get_grp_lock(pj_turn_session *sess); 
     523 
     524 
     525/** 
    516526 * Configure message logging. By default all flags are enabled. 
    517527 * 
Note: See TracChangeset for help on using the changeset viewer.