diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/urldata.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index 93d965efd..53ff3427e 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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 */  | 
