Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
callthread Struct Reference
Collaboration diagram for callthread:
Collaboration graph
[legend]

Data Fields

ooCallData * call
 
OOBOOL inUse
 
ast_mutex_t lock
 
struct callthreadnext
 
struct callthreadprev
 
int thePipe [2]
 

Detailed Description

Definition at line 40 of file ooh323cDriver.c.

Field Documentation

◆ call

ooCallData* call

Definition at line 44 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().

◆ inUse

OOBOOL inUse

Definition at line 43 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().

◆ lock

Definition at line 41 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().

◆ next

struct callthread* next

Definition at line 45 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().

◆ prev

struct callthread * prev

Definition at line 45 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread().

◆ thePipe

int thePipe[2]

Definition at line 42 of file ooh323cDriver.c.

Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().


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