From 284fbf3349bf9b9be31a45b5d379965cd3f65259 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 27 Feb 2009 19:39:58 +0000 Subject: [PATCH] reverse define to allow it to be passed in as positive from configure (no real change) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12333 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_core_memory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/switch_core_memory.c b/src/switch_core_memory.c index 79ea85b15e..0aec436e5d 100644 --- a/src/switch_core_memory.c +++ b/src/switch_core_memory.c @@ -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;