Asterisk - The Open Source Telephony Project
18.5.0
|
Helper struct used for queued operations that change the size of the threadpool. More...
Data Fields | |
struct ast_threadpool * | pool |
unsigned int | size |
Helper struct used for queued operations that change the size of the threadpool.
Definition at line 802 of file threadpool.c.
struct ast_threadpool* pool |
The pool whose size is to change
Definition at line 804 of file threadpool.c.
Referenced by queued_set_size(), and set_size_data_alloc().
unsigned int size |
The requested new size of the pool
Definition at line 806 of file threadpool.c.
Referenced by queued_set_size(), and set_size_data_alloc().