Added tmpstr variable and removed some out-commented code.
FossilOrigin-Name: c7db5db9d2f91c07bd3c1febe2b1ecc3c334d4f216421361af2c89985307a7c2
This commit is contained in:
parent
e45c36d388
commit
77f4ffaf91
@ -11,8 +11,6 @@
|
|||||||
#define WTPMAN_QSIZE 1024
|
#define WTPMAN_QSIZE 1024
|
||||||
|
|
||||||
struct wtpman{
|
struct wtpman{
|
||||||
// struct sockaddr_storage addr;
|
|
||||||
// int sock;
|
|
||||||
pthread_t thread;
|
pthread_t thread;
|
||||||
|
|
||||||
/* packet queue */
|
/* packet queue */
|
||||||
@ -23,8 +21,6 @@ struct wtpman{
|
|||||||
*/
|
*/
|
||||||
struct conn * conn;
|
struct conn * conn;
|
||||||
|
|
||||||
/* fragment manager */
|
|
||||||
// FRAGMAN * fragman;
|
|
||||||
|
|
||||||
/* wtp data */
|
/* wtp data */
|
||||||
uint8_t * wtp_name;
|
uint8_t * wtp_name;
|
||||||
@ -34,11 +30,12 @@ struct wtpman{
|
|||||||
|
|
||||||
struct wtpinfo wtpinfo;
|
struct wtpinfo wtpinfo;
|
||||||
|
|
||||||
// pthread_mutex_t add_packet_mutex;
|
|
||||||
|
|
||||||
int socklistindex;
|
int socklistindex;
|
||||||
int connected;
|
int connected;
|
||||||
|
|
||||||
|
char tmpstr[64];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wtp{
|
struct wtp{
|
||||||
|
Loading…
Reference in New Issue
Block a user