Public Member Functions | |
AST_LIST_ENTRY (iax2_thread) | |
Data Fields | |
ffinfo |
Definition at line 695 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 696 of file chan_iax2.c.
00718 :1; 00719 /*! if this thread is processing a full frame, 00720 some information about that frame will be stored 00721 here, so we can avoid dispatching any more full 00722 frames for that callno to other threads */ 00723 struct { 00724 unsigned short callno; 00725 struct sockaddr_in sin; 00726 unsigned char type; 00727 unsigned char csub; 00728 } ffinfo;