Public Member Functions | |
AST_LIST_ENTRY (iax2_thread) | |
Data Fields | |
ffinfo |
Definition at line 707 of file chan_iax2.c.
AST_LIST_ENTRY | ( | iax2_thread | ) | [inline] |
if this thread is processing a full frame, some information about that frame will be stored here, so we can avoid dispatching any more full frames for that callno to other threads
Definition at line 708 of file chan_iax2.c.
00730 :1; 00731 /*! if this thread is processing a full frame, 00732 some information about that frame will be stored 00733 here, so we can avoid dispatching any more full 00734 frames for that callno to other threads */ 00735 struct { 00736 unsigned short callno; 00737 struct sockaddr_in sin; 00738 unsigned char type; 00739 unsigned char csub; 00740 } ffinfo;