From 03e89247ded06b5320684bfa10a6e5e2fbe57646 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Tue, 15 Jan 2013 20:15:00 +0000 Subject: Address further review feedback from David Lee. * Clarify some documentation * Change copyright date of taskprocessor files * Address potential issue of creating taskprocessor with listener if taskprocessor with that name exists already git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@379124 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/threadpool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/threadpool.h') diff --git a/include/asterisk/threadpool.h b/include/asterisk/threadpool.h index a549ae3e1..f003ace1f 100644 --- a/include/asterisk/threadpool.h +++ b/include/asterisk/threadpool.h @@ -135,7 +135,7 @@ struct ast_threadpool_listener *ast_threadpool_listener_alloc( * in and will be automatically acted upon by threads within the pool. * * \param name The name for the threadpool - * \param listener The listener the threadpool will notify of changes + * \param listener The listener the threadpool will notify of changes. Can be NULL. * \param options The behavioral options for this threadpool * \retval NULL Failed to create the threadpool * \retval non-NULL The newly-created threadpool -- cgit v1.2.3