Some general cleanup, plus we now send state changes when threads activate.

This is now ready for review board, imo!



git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2012-12-11 16:53:16 +00:00
parent 2abda64003
commit 7995bc63c7
2 changed files with 35 additions and 30 deletions

View File

@@ -89,7 +89,7 @@ struct ast_threadpool_options {
/*!
* \brief Time limit in seconds for idle threads
*
* A time of 0 or less will mean an infinite timeout.
* A time of 0 or less will mean no timeout.
*/
int idle_timeout;
/*!