| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
listener for a threadpool More...

| Data Fields | |
| const struct ast_threadpool_listener_callbacks * | callbacks | 
| void * | user_data | 
listener for a threadpool
The listener is notified of changes in a threadpool. It can react by doing things like increasing the number of threads in the pool
Definition at line 110 of file threadpool.c.
| const struct ast_threadpool_listener_callbacks* callbacks | 
Callbacks called by the threadpool
Definition at line 112 of file threadpool.c.
Referenced by queued_emptied(), queued_task_pushed(), threadpool_send_state_changed(), threadpool_tps_emptied(), and threadpool_tps_shutdown().
| void* user_data | 
User data for the listener
Definition at line 114 of file threadpool.c.
Referenced by ast_threadpool_listener_alloc().