aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cb_prg.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-07-31 09:06:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-07-31 13:41:00 +0200
commit5af2bfb9557e36a5e9ad181f7b5edc3d1875e8bc (patch)
tree1e5ee5d97bb7097f8e1ee0bebd811f43269b8b01 /src/tool_cb_prg.h
parent1691a31cab33ef1d6a186bd08e5f8cf7661e34c1 (diff)
curl: --progress-bar max update frequency now at 5Hz
Diffstat (limited to 'src/tool_cb_prg.h')
-rw-r--r--src/tool_cb_prg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cb_prg.h b/src/tool_cb_prg.h
index ceb85980c..a20645e86 100644
--- a/src/tool_cb_prg.h
+++ b/src/tool_cb_prg.h
@@ -29,7 +29,7 @@
struct ProgressData {
int calls;
curl_off_t prev;
- time_t prevtime;
+ struct timeval prevtime;
int width;
FILE *out; /* where to write everything to */
curl_off_t initial_size;