aboutsummaryrefslogtreecommitdiffstats
path: root/pacredir.h
diff options
context:
space:
mode:
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;
};