aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-23 16:01:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-23 16:01:31 +0000
commit2cf218610e992d0b174b081b1b791337f26d6719 (patch)
tree1ff6aa88751366d7f44e850be417be6b48829df5 /lib
parentfe6f0aeb26170bfe8d7765a865c92264778f712b (diff)
keep current_speed as an curl_off_t for better precision at higher speeds
if large file support is available
Diffstat (limited to 'lib')
-rw-r--r--lib/urldata.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 05c8d6ce7..41b81deea 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -678,8 +678,8 @@ struct UrlState {
char buffer[BUFSIZE+1]; /* download buffer */
char uploadbuffer[BUFSIZE+1]; /* upload buffer */
- double current_speed; /* the ProgressShow() funcion sets this */
-
+ curl_off_t current_speed; /* the ProgressShow() funcion sets this,
+ bytes / second */
bool this_is_a_follow; /* this is a followed Location: request */
char *auth_host; /* if set, this should be the host name that we will