Sat Apr 12 07:12:58 2008

Asterisk developer's documentation


iax2_thread Struct Reference


Public Member Functions

 AST_LIST_ENTRY (iax2_thread)

Data Fields

 ffinfo

Detailed Description

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

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


Field Documentation

Definition at line 745 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 Sat Apr 12 07:12:58 2008 for Asterisk - the Open Source PBX by  doxygen 1.5.5