From 77f4ffaf912c0c0833f024835130575471afd74f Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sat, 19 Jul 2014 10:16:40 +0000 Subject: [PATCH] Added tmpstr variable and removed some out-commented code. FossilOrigin-Name: c7db5db9d2f91c07bd3c1febe2b1ecc3c334d4f216421361af2c89985307a7c2 --- src/ac/wtpman.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/ac/wtpman.h b/src/ac/wtpman.h index 530b25ad..29c588eb 100644 --- a/src/ac/wtpman.h +++ b/src/ac/wtpman.h @@ -11,8 +11,6 @@ #define WTPMAN_QSIZE 1024 struct wtpman{ -// struct sockaddr_storage addr; -// int sock; pthread_t thread; /* packet queue */ @@ -23,8 +21,6 @@ struct wtpman{ */ struct conn * conn; - /* fragment manager */ -// FRAGMAN * fragman; /* wtp data */ uint8_t * wtp_name; @@ -34,11 +30,12 @@ struct wtpman{ struct wtpinfo wtpinfo; -// pthread_mutex_t add_packet_mutex; int socklistindex; int connected; + char tmpstr[64]; + }; struct wtp{