details: http://hg.nginx.org/nginx/rev/90a03b1dc4db branches: changeset: 6711:90a03b1dc4db user: Maxim Dounin <mdou...@mdounin.ru> date: Thu Sep 29 18:06:03 2016 +0300 description: Modules compatibility: status fields.
diffstat: src/http/ngx_http_request.h | 1 + src/stream/ngx_stream.h | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diffs (23 lines): diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -541,6 +541,7 @@ struct ngx_http_request_s { unsigned disable_not_modified:1; unsigned stat_reading:1; unsigned stat_writing:1; + unsigned stat_processing:1; unsigned health_check:1; diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -229,6 +229,8 @@ struct ngx_stream_session_s { unsigned ssl:1; #endif + unsigned stat_processing:1; + unsigned health_check:1; }; _______________________________________________ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel