mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
vg mode
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3388 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -219,9 +219,10 @@ SWITCH_DECLARE(uint32_t) switch_core_session_limit(uint32_t new_limit);
|
||||
|
||||
/*!
|
||||
\brief Destroy the core
|
||||
\param vg nonzero to skip core uninitilize for memory debugging
|
||||
\note to be called at application shutdown
|
||||
*/
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_destroy(void);
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_destroy(int vg);
|
||||
///\}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user