Sun Oct 16 2011 08:43:15

Asterisk developer's documentation


skinnysession Struct Reference
Collaboration diagram for skinnysession:

Data Fields

struct skinny_devicedevice
int fd
char inbuf [SKINNY_MAX_PACKET]
struct {
   struct skinnysession *   next
list
ast_mutex_t lock
char outbuf [SKINNY_MAX_PACKET]
struct sockaddr_in sin
time_t start
pthread_t t

Field Documentation

char inbuf[SKINNY_MAX_PACKET]

Definition at line 1370 of file chan_skinny.c.

Referenced by get_input(), and skinny_req_parse().

struct { ... } list

Definition at line 1373 of file chan_skinny.c.

char outbuf[SKINNY_MAX_PACKET]

Definition at line 1371 of file chan_skinny.c.

Referenced by transmit_response(), and handle_register_message().

struct sockaddr_in sin
time_t start

Definition at line 1367 of file chan_skinny.c.

Referenced by get_input(), and accept_thread().

pthread_t t

Definition at line 1365 of file chan_skinny.c.

Referenced by accept_thread(), and unload_module().


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