Fri Aug 24 02:28:18 2007

Asterisk developer's documentation


iax2_thread Struct Reference


Public Member Functions

 AST_LIST_ENTRY (iax2_thread)

Data Fields

 ffinfo

Detailed Description

Definition at line 708 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 709 of file chan_iax2.c.

00731                                 :1;
00732    /*! if this thread is processing a full frame,
00733      some information about that frame will be stored
00734      here, so we can avoid dispatching any more full
00735      frames for that callno to other threads */
00736    struct {
00737       unsigned short callno;
00738       struct sockaddr_in sin;
00739       unsigned char type;
00740       unsigned char csub;
00741    } ffinfo;


Field Documentation

ffinfo

Definition at line 741 of file chan_iax2.c.

Referenced by socket_read().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 24 02:28:18 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1