Wed Apr 11 20:24:07 2012

Asterisk developer's documentation


skinnysession Struct Reference

Data Fields

struct skinny_devicedevice
int fd
char inbuf [SKINNY_MAX_PACKET]
ast_mutex_t lock
struct skinnysessionnext
char outbuf [SKINNY_MAX_PACKET]
struct sockaddr_in sin
time_t start
pthread_t t

Detailed Description

Definition at line 1065 of file chan_skinny.c.


Field Documentation

struct skinny_device* device [read]
int fd
char inbuf[SKINNY_MAX_PACKET]

Definition at line 1071 of file chan_skinny.c.

Referenced by get_input(), and skinny_req_parse().

struct skinnysession* next [read]

Definition at line 1074 of file chan_skinny.c.

Referenced by accept_thread(), destroy_session(), and unload_module().

char outbuf[SKINNY_MAX_PACKET]

Definition at line 1072 of file chan_skinny.c.

Referenced by transmit_response().

struct sockaddr_in sin [read]
time_t start

Definition at line 1068 of file chan_skinny.c.

Referenced by accept_thread(), and get_input().

pthread_t t

Definition at line 1066 of file chan_skinny.c.


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

Generated on 11 Apr 2012 for Asterisk - the Open Source PBX by  doxygen 1.6.1