diff src/http/ngx_http_variables.h @ 82:2aa14f638cf0 NGINX_0_1_41

nginx 0.1.41 *) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
author Igor Sysoev <http://sysoev.ru>
date Mon, 25 Jul 2005 00:00:00 +0400
parents 056fd0e5a5a6
children d25a1d6034f1
line wrap: on
line diff
--- a/src/http/ngx_http_variables.h
+++ b/src/http/ngx_http_variables.h
@@ -38,6 +38,7 @@ struct ngx_http_variable_s {
     ngx_http_get_variable_pt   handler;
     uintptr_t                  data;
     ngx_uint_t                 flags;
+    ngx_uint_t                 index;
 };