Fri Aug 17 00:17:52 2018

Asterisk developer's documentation


iax2_thread Struct Reference

Public Member Functions

 AST_LIST_ENTRY (iax2_thread)

Data Fields

 ffinfo

Detailed Description

Definition at line 1002 of file chan_iax2.c.


Member Function Documentation

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 1003 of file chan_iax2.c.

01031           {
01032       unsigned short callno;
01033       struct sockaddr_in sin;
01034       unsigned char type;
01035       unsigned char csub;
01036    } ffinfo;


Field Documentation

Definition at line 1036 of file chan_iax2.c.

Referenced by find_idle_thread(), and socket_read().


The documentation for this struct was generated from the following file:

Generated on 17 Aug 2018 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1