Data Fields | |
skinny_device * | device |
int | fd |
char | inbuf [SKINNY_MAX_PACKET] |
ast_mutex_t | lock |
skinnysession * | next |
char | outbuf [SKINNY_MAX_PACKET] |
sockaddr_in | sin |
pthread_t | t |
Definition at line 1050 of file chan_skinny.c.
struct skinny_device* device |
int fd |
char inbuf[SKINNY_MAX_PACKET] |
Definition at line 1055 of file chan_skinny.c.
struct skinnysession* next |
char outbuf[SKINNY_MAX_PACKET] |
Definition at line 1056 of file chan_skinny.c.
struct sockaddr_in sin |
pthread_t t |
Definition at line 1051 of file chan_skinny.c.