aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-17 14:53:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-17 14:53:03 +0000
commit135cc036aa1425c52c3cf90176158c19e109cb9b (patch)
treeb79c26833f197fd3dbbd7fa68771d3194a97f36f /lib/urldata.h
parentf6163b375f0aeec85172e93823078de86bdd7bf1 (diff)
made the speedcheck actually work again
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index e5fcf16ff..5b5da4d1f 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -503,6 +503,8 @@ struct UrlData {
#ifdef KRB4
FILE *cmdchannel;
#endif
+
+ struct timeval keeps_speed; /* this should be request-specific */
};
#define LIBCURL_NAME "libcurl"