Wed Aug 15 01:25:45 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 695 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 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;


Field Documentation

ffinfo

Definition at line 728 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 Wed Aug 15 01:25:45 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.3