Asterisk - The Open Source Telephony Project
21.4.1
|
Structure which contains ioqueue thread information. More...
Data Fields | |
unsigned int | count |
Current number of descriptors being waited on. | |
pj_ioqueue_t * | ioqueue |
Ioqueue which polls on sockets. | |
struct { | |
struct ast_rtp_ioqueue_thread * next | |
} | next |
Linked list information. | |
pj_pool_t * | pool |
Pool used by the thread. | |
int | terminate |
Termination request. | |
pj_thread_t * | thread |
The thread handling the queue and timer heap. | |
pj_timer_heap_t * | timerheap |
Timer heap for scheduled items. | |
Structure which contains ioqueue thread information.
Definition at line 267 of file res_rtp_asterisk.c.