| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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.
Referenced by ast_threadpool_set_size(), queued_set_size(), and set_size_data_alloc().
| unsigned int size | 
The requested new size of the pool
Definition at line 807 of file threadpool.c.
Referenced by ast_threadpool_set_size(), queued_set_size(), and set_size_data_alloc().