Loading lib/multi.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,6 @@ static void mstate(struct SessionHandle *data, CURLMstate state struct Curl_sh_entry { struct Curl_sh_entry { struct SessionHandle *easy; struct SessionHandle *easy; time_t timestamp; int action; /* what action READ/WRITE this socket waits for */ int action; /* what action READ/WRITE this socket waits for */ curl_socket_t socket; /* mainly to ease debugging */ curl_socket_t socket; /* mainly to ease debugging */ void *socketp; /* settable by users with curl_multi_assign() */ void *socketp; /* settable by users with curl_multi_assign() */ Loading Loading
lib/multi.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -155,7 +155,6 @@ static void mstate(struct SessionHandle *data, CURLMstate state struct Curl_sh_entry { struct Curl_sh_entry { struct SessionHandle *easy; struct SessionHandle *easy; time_t timestamp; int action; /* what action READ/WRITE this socket waits for */ int action; /* what action READ/WRITE this socket waits for */ curl_socket_t socket; /* mainly to ease debugging */ curl_socket_t socket; /* mainly to ease debugging */ void *socketp; /* settable by users with curl_multi_assign() */ void *socketp; /* settable by users with curl_multi_assign() */ Loading