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