diff options
Diffstat (limited to 'src/http/ngx_http_script.h')
-rw-r--r-- | src/http/ngx_http_script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_script.h b/src/http/ngx_http_script.h index 3ef4d42e3..c4aa408c0 100644 --- a/src/http/ngx_http_script.h +++ b/src/http/ngx_http_script.h @@ -47,6 +47,7 @@ typedef struct { ngx_uint_t variables; ngx_uint_t ncaptures; + ngx_uint_t captures_mask; ngx_uint_t size; void *main; @@ -54,6 +55,7 @@ typedef struct { unsigned compile_args:1; unsigned complete_lengths:1; unsigned complete_values:1; + unsigned dup_capture:1; unsigned args:1; } ngx_http_script_compile_t; |