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 1255 of file chan_skinny.c.
struct skinny_device* device |
int fd |
char inbuf[SKINNY_MAX_PACKET] |
Definition at line 1260 of file chan_skinny.c.
struct skinnysession* next |
char outbuf[SKINNY_MAX_PACKET] |
Definition at line 1261 of file chan_skinny.c.
struct sockaddr_in sin |
Definition at line 1258 of file chan_skinny.c.
Referenced by handle_skinny_show_device(), and handle_skinny_show_devices().
pthread_t t |
Definition at line 1256 of file chan_skinny.c.