Changeset 840


Ignore:
Timestamp:
Dec 1, 2006 11:24:03 AM (17 years ago)
Author:
bennylp
Message:

Changed critical section in os_core_unix.c to use recursive mutex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r839 r840  
    132132 
    133133    /* Critical section. */ 
    134     if ((rc=init_mutex(&critical_section, "critsec", PJ_MUTEX_SIMPLE)) != 0) 
     134    if ((rc=init_mutex(&critical_section, "critsec", PJ_MUTEX_RECURSE)) != 0) 
    135135        return rc; 
    136136 
Note: See TracChangeset for help on using the changeset viewer.