Added 'created' to the connectdata struct to hold the creation date, to

be used for the close policy decision
This commit is contained in:
Daniel Stenberg 2001-03-13 07:53:59 +00:00
parent 4ae3bd71ea
commit 70d0d9d4da

View File

@ -227,7 +227,8 @@ struct connectdata {
char *proxyhost; /* name of the http proxy host */
struct timeval now; /* current time */
struct timeval now; /* "current" time */
struct timeval created; /* creation time */
int firstsocket; /* the main socket to use */
int secondarysocket; /* for i.e ftp transfers */