aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2017-01-31 21:19:58 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2017-01-31 21:19:58 +0300
commit897eaa9215a8f5832fb7bffe5016a22562b90d0a (patch)
treeb93a5f4c0f037d26cdec1c984c29e656069a1878 /src/http/ngx_http_core_module.h
parent7e080678d61d946891c035d79b73715f1cc57682 (diff)
downloadnginx-897eaa9215a8f5832fb7bffe5016a22562b90d0a.tar.gz
nginx-897eaa9215a8f5832fb7bffe5016a22562b90d0a.zip
Variables: generic prefix variables.
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 70e693a6b..5018da09a 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -158,7 +158,8 @@ typedef struct {
ngx_hash_t variables_hash;
- ngx_array_t variables; /* ngx_http_variable_t */
+ ngx_array_t variables; /* ngx_http_variable_t */
+ ngx_array_t prefix_variables; /* ngx_http_variable_t */
ngx_uint_t ncaptures;
ngx_uint_t server_names_hash_max_size;