diff --git a/src/ac/socklist.h b/src/ac/socklist.h index da857587..3f1967c2 100644 --- a/src/ac/socklist.h +++ b/src/ac/socklist.h @@ -28,7 +28,9 @@ enum { struct socklistelem{ int sockfd; - int reply_sockfd; +// int reply_sockfd; + int data_sockfd; + int type; int family; int wtpcount;