mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-15 16:51:54 +00:00
add switch_core_session_get_id function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9899 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -522,6 +522,8 @@ SWITCH_DECLARE(void) switch_core_session_perform_destroy(_Inout_ switch_core_ses
|
||||
*/
|
||||
SWITCH_DECLARE(uint32_t) switch_core_session_count(void);
|
||||
|
||||
SWITCH_DECLARE(uint32_t) switch_core_session_get_id(switch_core_session_t *session);
|
||||
|
||||
/*!
|
||||
\brief Provide the current session_id
|
||||
\return the total number of allocated sessions since core startup
|
||||
|
||||
Reference in New Issue
Block a user