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 |
time_t | start |
pthread_t | t |
Definition at line 1065 of file chan_skinny.c.
struct skinny_device* device |
int fd |
char inbuf[SKINNY_MAX_PACKET] |
Definition at line 1071 of file chan_skinny.c.
struct skinnysession* next |
char outbuf[SKINNY_MAX_PACKET] |
Definition at line 1072 of file chan_skinny.c.
struct sockaddr_in sin |
time_t start |
Definition at line 1068 of file chan_skinny.c.
pthread_t t |
Definition at line 1066 of file chan_skinny.c.