mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added #include <timeval.h> on Jrn's advice
added lastshow to the progress struct
This commit is contained in:
parent
8ed78f6c38
commit
f4898981b0
@ -87,6 +87,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "timeval.h"
|
||||||
|
|
||||||
/* Download buffer size, keep it fairly big for speed reasons */
|
/* Download buffer size, keep it fairly big for speed reasons */
|
||||||
#define BUFSIZE (1024*50)
|
#define BUFSIZE (1024*50)
|
||||||
@ -96,6 +97,8 @@
|
|||||||
#define HEADERSIZE 256
|
#define HEADERSIZE 256
|
||||||
|
|
||||||
struct Progress {
|
struct Progress {
|
||||||
|
long lastshow; /* time() of the last displayed progress meter or NULL to
|
||||||
|
force redraw at next call */
|
||||||
double size_dl;
|
double size_dl;
|
||||||
double size_ul;
|
double size_ul;
|
||||||
double downloaded;
|
double downloaded;
|
||||||
|
Loading…
Reference in New Issue
Block a user