Changeset 581 for pjproject/trunk/pjsip/include/pjsip/sip_config.h
- Timestamp:
- Jul 3, 2006 2:18:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_config.h
r520 r581 118 118 #ifndef PJSIP_MAX_PKT_LEN 119 119 # 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 120 130 #endif 121 131
Note: See TracChangeset
for help on using the changeset viewer.