From b99ca309bc5fce1749c33c1f6d647ae36ee881dc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 13 Jan 2014 08:24:15 +0100 Subject: try to guess the fastest server for packages --- pacredir.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pacredir.h') 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; }; -- cgit v1.2.3-54-g00ecf