Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_threadpool_listener Struct Reference

listener for a threadpool More...

Data Fields

const struct ast_threadpool_listener_callbackscallbacks
 
void * user_data
 

Detailed Description

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.

Field Documentation

const struct ast_threadpool_listener_callbacks* callbacks

Callbacks called by the threadpool

Definition at line 112 of file threadpool.c.

void* user_data

User data for the listener

Definition at line 114 of file threadpool.c.


The documentation for this struct was generated from the following file: