mirror of
https://github.com/moparisthebest/curl
synced 2025-03-07 20:59:41 -05:00
Added more variables to the progress struct targeted for statistics output
This commit is contained in:
parent
dfd341efd5
commit
cf23986a70
@ -109,10 +109,16 @@ struct Progress {
|
|||||||
int mode; /* what kind of progress meter to display */
|
int mode; /* what kind of progress meter to display */
|
||||||
int width; /* screen width at download start */
|
int width; /* screen width at download start */
|
||||||
int flags; /* see progress.h */
|
int flags; /* see progress.h */
|
||||||
struct timeval start;
|
|
||||||
double timespent;
|
double timespent;
|
||||||
double dlspeed;
|
double dlspeed;
|
||||||
double ulspeed;
|
double ulspeed;
|
||||||
|
|
||||||
|
struct timeval start;
|
||||||
|
/* various data stored for possible later report */
|
||||||
|
struct timeval t_nslookup;
|
||||||
|
struct timeval t_connect;
|
||||||
|
struct timeval t_pretransfer;
|
||||||
|
int httpcode;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct UrlData {
|
struct UrlData {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user