Skip to content
Snippets Groups Projects
Commit cf23986a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added more variables to the progress struct targeted for statistics output

parent dfd341ef
No related branches found
No related tags found
No related merge requests found
......@@ -109,10 +109,16 @@ struct Progress {
int mode; /* what kind of progress meter to display */
int width; /* screen width at download start */
int flags; /* see progress.h */
struct timeval start;
double timespent;
double dlspeed;
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment