added data socket stuff.

FossilOrigin-Name: af6d44a50a9c3805d8b0c0e82d852484ee0e14f6117bf2184ac1708548e61693
This commit is contained in:
7u83@mail.ru 2016-03-20 14:54:23 +00:00
parent e212c0acc5
commit 1047fe2397
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@ enum {
struct socklistelem{
int sockfd;
int reply_sockfd;
// int reply_sockfd;
int data_sockfd;
int type;
int family;
int wtpcount;