aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-13 08:24:15 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-13 08:24:15 +0100
commitb99ca309bc5fce1749c33c1f6d647ae36ee881dc (patch)
tree4cc583257a14f43aed19364cb1a76513d94947e4 /pacredir.h
parentc9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d (diff)
downloadpaccache-b99ca309bc5fce1749c33c1f6d647ae36ee881dc.tar.gz
paccache-b99ca309bc5fce1749c33c1f6d647ae36ee881dc.tar.zst
try to guess the fastest server for packages
Diffstat (limited to 'pacredir.h')
-rw-r--r--pacredir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacredir.h b/pacredir.h
index 2b1a1c1..da64464 100644
--- a/pacredir.h
+++ b/pacredir.h
@@ -49,6 +49,8 @@ struct request {
char * url;
/* HTTP status code */
long http_code;
+ /* total connection time */
+ double time_total;
/* last modified timestamp */
long last_modified;
};