Added 'created' to the connectdata struct to hold the creation date, to
be used for the close policy decision
This commit is contained in:
parent
4ae3bd71ea
commit
70d0d9d4da
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user