Thu Apr 8 01:24:48 2010

Asterisk developer's documentation


sip_threadinfo Struct Reference

Definition of a thread that handles a socket. More...

Collaboration diagram for sip_threadinfo:
Collaboration graph
[legend]

Data Fields

int alert_pipe [2]
struct {
   struct tcptls_packet *   first
   struct tcptls_packet *   last
packet_q
int stop
struct
ast_tcptls_session_instance
tcptls_session
pthread_t threadid
enum sip_transport type

Detailed Description

Definition of a thread that handles a socket.

Definition at line 1655 of file chan_sip.c.


Field Documentation

int alert_pipe[2]
struct tcptls_packet* first [read]

Definition at line 1661 of file chan_sip.c.

struct tcptls_packet* last [read]

Definition at line 1661 of file chan_sip.c.

struct { ... } packet_q
int stop

Definition at line 1656 of file chan_sip.c.

Referenced by _sip_tcp_helper_thread(), and unload_module().

pthread_t threadid

Used to alert tcptls thread when packet is ready to be written

Definition at line 1658 of file chan_sip.c.

Referenced by _sip_tcp_helper_thread(), and unload_module().

We keep a copy of the type here so we can display it in the connection list

Definition at line 1660 of file chan_sip.c.

Referenced by sip_show_tcp(), and sip_threadinfo_create().


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

Generated on 8 Apr 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1