aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-09-25 21:49:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-09-25 21:49:37 +0000
commitf353258ff62a91263b2cac9eda45dfae553bc0dc (patch)
treeab263b34698d84a1a73389b7ad71120c3995fd0f /lib/urldata.h
parent1754d6166c18cb32d91f6420616519ea03bd1b14 (diff)
corrected bad data re-use and buffer problems
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 7786d97e5..45ff75c02 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -242,6 +242,11 @@ struct Progress {
struct timeval t_connect;
struct timeval t_pretransfer;
int httpcode;
+
+#define CURR_TIME 5
+
+ double speeder[ CURR_TIME ];
+ int speeder_c;
};
/****************************************************************************