Asterisk - The Open Source Telephony Project
21.4.1
|
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 803 of file threadpool.c.
struct ast_threadpool* pool |
The pool whose size is to change
Definition at line 805 of file threadpool.c.
unsigned int size |
The requested new size of the pool
Definition at line 807 of file threadpool.c.