Thu Apr 28 2011 16:57:21

Asterisk developer's documentation


sip_threadinfo Struct Reference

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

Collaboration diagram for sip_threadinfo:

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 1989 of file chan_sip.c.


Field Documentation

Definition at line 1995 of file chan_sip.c.

Definition at line 1995 of file chan_sip.c.

int stop

Definition at line 1990 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 1992 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 1994 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: