forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@146 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
368ffeef91
commit
7125eac731
|
@ -43,6 +43,7 @@ src/include/switch_types.h \
|
|||
src/include/switch_utils.h \
|
||||
src/include/switch_caller.h \
|
||||
src/include/switch_buffer.h \
|
||||
src/include/switch_event.h \
|
||||
src/switch_buffer.c \
|
||||
src/switch_caller.c \
|
||||
src/switch_channel.c \
|
||||
|
|
|
@ -249,6 +249,7 @@ src/include/switch_types.h \
|
|||
src/include/switch_utils.h \
|
||||
src/include/switch_caller.h \
|
||||
src/include/switch_buffer.h \
|
||||
src/include/switch_event.h \
|
||||
src/switch_buffer.c \
|
||||
src/switch_caller.c \
|
||||
src/switch_channel.c \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -13,4 +13,4 @@ mod_iaxchan
|
|||
#mod_opalchan
|
||||
mod_codec_g729
|
||||
mod_event_test
|
||||
mod_portaudio
|
||||
#mod_portaudio
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
#include <switch_event.h>
|
||||
|
||||
static switch_event_node *EVENT_NODES[SWITCH_EVENT_ALL+1] = {};
|
||||
static switch_event_node *EVENT_NODES[SWITCH_EVENT_ALL+1] = {NULL};
|
||||
static switch_mutex_t *ELOCK = NULL;
|
||||
static switch_memory_pool *EPOOL = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue