[asterisk-commits] file: branch 1.4 r46130 -
/branches/1.4/channels/chan_iax2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Oct 24 12:29:57 MST 2006
Author: file
Date: Tue Oct 24 14:29:56 2006
New Revision: 46130
URL: http://svn.digium.com/view/asterisk?rev=46130&view=rev
Log:
We need to initialize our scheduler pthread condition... yes.
Modified:
branches/1.4/channels/chan_iax2.c
Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_iax2.c?rev=46130&r1=46129&r2=46130&view=diff
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Tue Oct 24 14:29:56 2006
@@ -10009,6 +10009,8 @@
for (x=0;x<IAX_MAX_CALLS;x++)
ast_mutex_init(&iaxsl[x]);
+ ast_cond_init(&sched_cond, NULL);
+
io = io_context_create();
sched = sched_context_create();
More information about the asterisk-commits
mailing list