| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| ooCallData * | call | 
| OOBOOL | inUse | 
| ast_mutex_t | lock | 
| struct callthread * | next | 
| struct callthread * | prev | 
| int | thePipe [2] | 
Definition at line 40 of file ooh323cDriver.c.
| ooCallData* call | 
Definition at line 44 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().
| OOBOOL inUse | 
Definition at line 43 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().
| ast_mutex_t lock | 
Definition at line 41 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().
| struct callthread* next | 
Definition at line 45 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().
| struct callthread * prev | 
Definition at line 45 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread().
| int thePipe[2] | 
Definition at line 42 of file ooh323cDriver.c.
Referenced by ooh323c_call_thread(), and ooh323c_start_call_thread().