Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:04 2007

Asterisk developer's documentation :: Codename Pineapple


skinnysession Struct Reference

Collaboration diagram for skinnysession:

Collaboration graph
[legend]

Detailed Description

Definition at line 1011 of file chan_skinny.c.

Data Fields

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


Field Documentation

struct skinny_device* device
 

Definition at line 1018 of file chan_skinny.c.

Referenced by unload_module().

int fd
 

Definition at line 1015 of file chan_skinny.c.

Referenced by unload_module().

char inbuf[SKINNY_MAX_PACKET]
 

Definition at line 1016 of file chan_skinny.c.

ast_mutex_t lock
 

Definition at line 1013 of file chan_skinny.c.

Referenced by unload_module().

struct skinnysession* next
 

Definition at line 1019 of file chan_skinny.c.

Referenced by destroy_session().

char outbuf[SKINNY_MAX_PACKET]
 

Definition at line 1017 of file chan_skinny.c.

struct sockaddr_in sin
 

Definition at line 1014 of file chan_skinny.c.

pthread_t t
 

Definition at line 1012 of file chan_skinny.c.


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen