Loading lib/urldata.h +4 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,10 @@ struct Curl_transfer_keeper { char *uploadbuf; int maxfd; /* pointers to the actual descriptors we check */ fd_set *readfdp; fd_set *writefdp; /* the file descriptors to play with */ fd_set readfd; fd_set writefd; Loading Loading
lib/urldata.h +4 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,10 @@ struct Curl_transfer_keeper { char *uploadbuf; int maxfd; /* pointers to the actual descriptors we check */ fd_set *readfdp; fd_set *writefdp; /* the file descriptors to play with */ fd_set readfd; fd_set writefd; Loading