[Freeswitch-svn] [commit] r12333 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Fri Feb 27 11:39:58 PST 2009
Author: anthm
Date: Fri Feb 27 13:39:58 2009
New Revision: 12333
Log:
reverse define to allow it to be passed in as positive from configure (no real change)
Modified:
freeswitch/trunk/src/switch_core_memory.c
Modified: freeswitch/trunk/src/switch_core_memory.c
==============================================================================
--- freeswitch/trunk/src/switch_core_memory.c (original)
+++ freeswitch/trunk/src/switch_core_memory.c Fri Feb 27 13:39:58 2009
@@ -40,7 +40,9 @@
//#define DESTROY_POOLS
//#define INSTANTLY_DESTROY_POOLS
/*#define LOCK_MORE*/
+#ifndef SWITCH_POOL_RECYCLE
#define PER_POOL_LOCK 1
+#endif
static struct {
switch_mutex_t *mem_lock;
More information about the Freeswitch-svn
mailing list