mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Expose res_pjsip threadpool options
Expose initial size, automatic increment, maximum size, and idle timeout as configurable parameters for the res_pjsip thread pool. Review: https://reviewboard.asterisk.org/r/2704/ (closes issue ASTERISK-22143) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396321 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -76,4 +76,9 @@ int ast_sip_initialize_global(void);
|
||||
*/
|
||||
void ast_res_pjsip_cleanup_options_handling(void);
|
||||
|
||||
/*!
|
||||
* \brief Get threadpool options
|
||||
*/
|
||||
void sip_get_threadpool_options(struct ast_threadpool_options *threadpool_options);
|
||||
|
||||
#endif /* RES_PJSIP_PRIVATE_H_ */
|
||||
|
Reference in New Issue
Block a user