summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-12-11 16:53:16 +0000
committerMark Michelson <mmichelson@digium.com>2012-12-11 16:53:16 +0000
commit7995bc63c783cc7e8ecb73668bda7c29988de854 (patch)
tree04c0a0242b48b2f9f15dc0b4ef58e2f58a142ff7 /include
parent2abda6400324156688b28d818b180940164e6b2c (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/threadpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/threadpool.h b/include/asterisk/threadpool.h
index 39792b1bb..e492eae9c 100644
--- a/include/asterisk/threadpool.h
+++ b/include/asterisk/threadpool.h
@@ -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;
/*!