Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
set_size_data Struct Reference

Helper struct used for queued operations that change the size of the threadpool. More...

Collaboration diagram for set_size_data:
Collaboration graph
[legend]

Data Fields

struct ast_threadpoolpool
 
unsigned int size
 

Detailed Description

Helper struct used for queued operations that change the size of the threadpool.

Definition at line 802 of file threadpool.c.

Field Documentation

◆ pool

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().

◆ size

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().


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