diff options
author | Christian Hesse <mail@eworm.de> | 2014-01-13 08:24:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-01-13 08:24:15 +0100 |
commit | b99ca309bc5fce1749c33c1f6d647ae36ee881dc (patch) | |
tree | 4cc583257a14f43aed19364cb1a76513d94947e4 /pacredir.h | |
parent | c9f687e0c16a7f6ea6471f69b6be8cb2f0a3268d (diff) | |
download | pacredir-b99ca309bc5fce1749c33c1f6d647ae36ee881dc.tar.gz pacredir-b99ca309bc5fce1749c33c1f6d647ae36ee881dc.tar.zst |
try to guess the fastest server for packages
Diffstat (limited to 'pacredir.h')
-rw-r--r-- | pacredir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; }; |