diff options
author | Rainer Jung <rjung@apache.org> | 2018-08-07 12:48:05 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2018-08-07 12:48:05 +0200 |
commit | 2a7d17c766f2e13e1e1326f5060e2f838a39335f (patch) | |
tree | c11a7cebaea5cea87290fd303f83034da58f0317 /include/scoreboard.h | |
parent | mod_status: Complete the data shown for async (diff) | |
download | apache2-2a7d17c766f2e13e1e1326f5060e2f838a39335f.tar.xz apache2-2a7d17c766f2e13e1e1326f5060e2f838a39335f.zip |
mod_status: Add cumulated response duration time
in milliseconds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1837590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/scoreboard.h')
-rw-r--r-- | include/scoreboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scoreboard.h b/include/scoreboard.h index 42b04d1ee7..1a4bd7cb3e 100644 --- a/include/scoreboard.h +++ b/include/scoreboard.h @@ -117,6 +117,7 @@ struct worker_score { char vhost[32]; /* What virtual host is being accessed? */ char protocol[16]; /* What protocol is used on the connection? */ char client64[64]; + apr_time_t duration; }; typedef struct { |