提交 7125eac7 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@146 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 368ffeef
......@@ -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 \
......
差异被折叠。
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论