Ignore:
Timestamp:
Jul 3, 2006 2:18:17 PM (18 years ago)
Author:
bennylp
Message:

Fixed minor bug in pool_caching.c that prevent pool from being reused if the capacity has changed when the pool is released

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_config.h

    r520 r581  
    118118#ifndef PJSIP_MAX_PKT_LEN 
    119119#   define PJSIP_MAX_PKT_LEN            2000 
     120#endif 
     121 
     122 
     123/** 
     124 * Allow SIP modules removal or insertions during operation? 
     125 * If yes, then locking will be employed when endpoint need to 
     126 * access module. 
     127 */ 
     128#ifndef PJSIP_SAFE_MODULE 
     129#   define PJSIP_SAFE_MODULE            1 
    120130#endif 
    121131 
Note: See TracChangeset for help on using the changeset viewer.