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/src/pjnath/ice_strans.c

    r4602 r4606  
    798798} 
    799799 
     800/** 
     801 * Get the group lock for this ICE stream transport. 
     802 */ 
     803PJ_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 
    800809/* 
    801810 * Create ICE! 
Note: See TracChangeset for help on using the changeset viewer.