struct Curl_sh_entry's 'inuse' member was no longer used and is now removed
This commit is contained in:
@@ -56,6 +56,6 @@ advice from friends like these:
|
|||||||
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
|
Marc Kleine-Budde, Jad Chamcham, Bjorn Augustsson, David Byron,
|
||||||
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
|
Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
|
||||||
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
|
Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
|
||||||
Johan van Selst
|
Johan van Selst, Charles Kerr
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
* | (__| |_| | _ <| |___
|
* | (__| |_| | _ <| |___
|
||||||
* \___|\___/|_| \_\_____|
|
* \___|\___/|_| \_\_____|
|
||||||
*
|
*
|
||||||
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
* Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
*
|
*
|
||||||
* This software is licensed as described in the file COPYING, which
|
* This software is licensed as described in the file COPYING, which
|
||||||
* you should have received as part of this distribution. The terms
|
* you should have received as part of this distribution. The terms
|
||||||
@@ -258,7 +258,6 @@ static void multistate(struct Curl_one_easy *easy, CURLMstate state)
|
|||||||
struct Curl_sh_entry {
|
struct Curl_sh_entry {
|
||||||
struct SessionHandle *easy;
|
struct SessionHandle *easy;
|
||||||
time_t timestamp;
|
time_t timestamp;
|
||||||
long inuse;
|
|
||||||
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() */
|
||||||
|
|||||||
Reference in New Issue
Block a user