aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-11-20 15:00:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-11-20 15:00:50 +0000
commitca0fd33d2d3ecca13bc78893e165a34682b4dcd2 (patch)
treedabe130a246fdf0d04f5d3196b644729e6d2ef15 /lib/urldata.h
parent271f96f78f04f556ba953b10d31bfed2202ad439 (diff)
Georg Horn's STARTTRANSFER_TIME patch
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index a8f1ebe78..6749113fe 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -374,7 +374,7 @@ struct Progress {
int width; /* screen width at download start */
int flags; /* see progress.h */
- long timespent;
+ double timespent;
double dlspeed;
double ulspeed;
@@ -382,6 +382,7 @@ struct Progress {
double t_nslookup;
double t_connect;
double t_pretransfer;
+ double t_starttransfer;
struct timeval start;
struct timeval t_startsingle;