Mon Sep 20 2010 00:35:11

Asterisk developer's documentation


Data Fields

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


Field Documentation

int alert_pipe[2]

Definition at line 1981 of file chan_sip.c.

Definition at line 1981 of file chan_sip.c.

struct { ... } packet_q
int stop

Definition at line 1976 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 1978 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 1980 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: