mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 12:12:48 +00:00
Add doxygen to accessors and increase refcount of taskprocessor before returning.
git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@379127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -114,6 +114,11 @@ struct ast_threadpool_options {
|
||||
struct ast_threadpool_listener *ast_threadpool_listener_alloc(
|
||||
const struct ast_threadpool_listener_callbacks *callbacks, void *user_data);
|
||||
|
||||
/*!
|
||||
* \brief Get the threadpool listener's user data
|
||||
* \param listener The threadpool listener
|
||||
* \return The user data
|
||||
*/
|
||||
void *ast_threadpool_listener_get_user_data(const struct ast_threadpool_listener *listener);
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user