aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-04-16 19:35:55 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-04-16 19:35:55 +0300
commitf29e48f7eed3e0593098818b42bd17dee17cc601 (patch)
tree18ff22a5988a25aacc60c4beb836e98794dcb051 /src/core/ngx_connection.h
parent8ba7adf037cc32300e19034e371a7add5222e47e (diff)
parenta64190933e06758d50eea926e6a55974645096fd (diff)
downloadnginx-f29e48f7eed3e0593098818b42bd17dee17cc601.tar.gz
nginx-f29e48f7eed3e0593098818b42bd17dee17cc601.zip
Merged with the default branch.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 548c83569..4578d9065 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -167,6 +167,7 @@ struct ngx_connection_s {
ngx_atomic_uint_t number;
+ ngx_msec_t start_time;
ngx_uint_t requests;
unsigned buffered:8;