mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
tweaks for daemon mode and wanpipe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@665 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -103,9 +103,10 @@ struct switch_core_runtime;
|
||||
///\{
|
||||
/*!
|
||||
\brief Initilize the core
|
||||
\param console optional FILE stream for output
|
||||
\note to be called at application startup
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status) switch_core_init(void);
|
||||
SWITCH_DECLARE(switch_status) switch_core_init(FILE *console);
|
||||
|
||||
/*!
|
||||
\brief Destroy the core
|
||||
@@ -883,6 +884,12 @@ SWITCH_DECLARE(switch_status) switch_core_directory_close(switch_directory_handl
|
||||
*/
|
||||
SWITCH_DECLARE(FILE *) switch_core_data_channel(switch_text_channel channel);
|
||||
|
||||
/*!
|
||||
\brief Set the output console to the desired FILE stream
|
||||
\param handle the FILE stream
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_core_set_console(FILE *handle);
|
||||
|
||||
/*!
|
||||
\brief Launch a thread
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user