[asterisk-commits] dlee: branch dlee/performance r399527 - in /team/dlee/performance: configs/ i...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 20 10:35:15 CDT 2013
Author: dlee
Date: Fri Sep 20 10:35:13 2013
New Revision: 399527
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=399527
Log:
No threadpool; no configure
Removed:
team/dlee/performance/configs/stasis.conf.sample
team/dlee/performance/main/stasis_config.c
Modified:
team/dlee/performance/include/asterisk/stasis.h
Modified: team/dlee/performance/include/asterisk/stasis.h
URL: http://svnview.digium.com/svn/asterisk/team/dlee/performance/include/asterisk/stasis.h?view=diff&rev=399527&r1=399526&r2=399527
==============================================================================
--- team/dlee/performance/include/asterisk/stasis.h (original)
+++ team/dlee/performance/include/asterisk/stasis.h Fri Sep 20 10:35:13 2013
@@ -884,16 +884,6 @@
*/
int stasis_wait_init(void);
-struct ast_threadpool_options;
-
-/*!
- * \internal
- * \brief Retrieves the Stasis threadpool configuration.
- * \param[out] threadpool_options Filled with Stasis threadpool options.
- */
-void stasis_config_get_threadpool_options(
- struct ast_threadpool_options *threadpool_options);
-
/*! @} */
/*!
More information about the asterisk-commits
mailing list