aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 04:19:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 04:19:23 +0000
commit3e997ca8851aafcc20bc560a607f488d2cb81b55 (patch)
tree8c1842ef06263388dc6a0e46c5e559a85c3d9ddb /channels
parentca1f27d98695b3d41471e39b511822d49b04ceae (diff)
oops! :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16010 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 265563a52..409fab52a 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -103,11 +103,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/* Define SCHED_MULTITHREADED to run the scheduler in a special
multithreaded mode. */
-// #define SCHED_MULTITHREADED
+#define SCHED_MULTITHREADED
/* Define DEBUG_SCHED_MULTITHREADED to keep track of where each
thread is actually doing. */
-// #define DEBUG_SCHED_MULTITHREAD
+#define DEBUG_SCHED_MULTITHREAD
#ifdef NEWJB
#include "../jitterbuf.h"