From: Anthony Minessale Date: Thu, 2 Mar 2006 20:39:59 +0000 (+0000) Subject: doxygen X-Git-Tag: v1.0-beta1~3144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b464421d3f9968b718f6512cadd2032369e6201e;p=thirdparty%2Ffreeswitch.git doxygen git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@732 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_core.h b/src/include/switch_core.h index bb7211eee7..b02ef61d0f 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -345,9 +345,8 @@ SWITCH_DECLARE(void) switch_core_service_session(switch_core_session *session, s \param endpoint_name the name of the module to use for the new session \param caller_profile the originator's caller profile \param new_session a NULL pointer to aim at the newly created session - \param pool optional existing memory pool to donate to the session (WILL BE KEPT) + \param pool optional existing memory pool to donate to the session \return SWITCH_STATUS_SUCCESS if the session was created - \note if the pool arguement is not null the pool will be adopted by the session and your pointer will be nulled */ SWITCH_DECLARE(switch_status) switch_core_session_outgoing_channel(switch_core_session *session, char *endpoint_name,