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/pjmedia/include/pjmedia/transport_ice.h

    r4350 r4606  
    222222                                         pjmedia_transport **p_tp); 
    223223 
     224/** 
     225 * Get the group lock for the ICE media transport. 
     226 * 
     227 * @param tp            The ICE media transport. 
     228 * 
     229 * @return              The group lock. 
     230 */ 
     231PJ_DECL(pj_grp_lock_t *) pjmedia_ice_get_grp_lock(pjmedia_transport *tp); 
     232 
    224233PJ_END_DECL 
    225234 
Note: See TracChangeset for help on using the changeset viewer.