提交 002e9784 authored 作者: Brian West's avatar Brian West

FSCORE-389

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13964 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bbd67f4c
...@@ -720,6 +720,7 @@ int main(int argc, char *argv[]) ...@@ -720,6 +720,7 @@ int main(int argc, char *argv[])
el_set(el, EL_HIST, history, myhistory); el_set(el, EL_HIST, history, myhistory);
history(myhistory, &ev, H_LOAD, hfile); history(myhistory, &ev, H_LOAD, hfile);
el_source(el, NULL);
#endif #endif
#ifdef WIN32 #ifdef WIN32
......
...@@ -802,6 +802,8 @@ SWITCH_DECLARE(void) switch_console_loop(void) ...@@ -802,6 +802,8 @@ SWITCH_DECLARE(void) switch_console_loop(void)
el_set(el, EL_HIST, history, myhistory); el_set(el, EL_HIST, history, myhistory);
history(myhistory, &ev, H_LOAD, hfile); history(myhistory, &ev, H_LOAD, hfile);
el_source(el, NULL);
switch_threadattr_create(&thd_attr, pool); switch_threadattr_create(&thd_attr, pool);
switch_threadattr_detach_set(thd_attr, 1); switch_threadattr_detach_set(thd_attr, 1);
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE); switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论