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