summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nginx/src/http/ngx_http.h')
-rw-r--r--usr.sbin/nginx/src/http/ngx_http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nginx/src/http/ngx_http.h b/usr.sbin/nginx/src/http/ngx_http.h
index 930ac71ce06..f152006a005 100644
--- a/usr.sbin/nginx/src/http/ngx_http.h
+++ b/usr.sbin/nginx/src/http/ngx_http.h
@@ -53,6 +53,7 @@ struct ngx_http_log_ctx_s {
typedef struct {
+ ngx_uint_t http_version;
ngx_uint_t code;
ngx_uint_t count;
u_char *start;