diff options
| author | Dmitry Volyntsev <xeioex@nginx.com> | 2017-01-31 21:19:58 +0300 |
|---|---|---|
| committer | Dmitry Volyntsev <xeioex@nginx.com> | 2017-01-31 21:19:58 +0300 |
| commit | 897eaa9215a8f5832fb7bffe5016a22562b90d0a (patch) | |
| tree | b93a5f4c0f037d26cdec1c984c29e656069a1878 /src/stream/ngx_stream.h | |
| parent | 7e080678d61d946891c035d79b73715f1cc57682 (diff) | |
| download | nginx-897eaa9215a8f5832fb7bffe5016a22562b90d0a.tar.gz nginx-897eaa9215a8f5832fb7bffe5016a22562b90d0a.tar.bz2 | |
Variables: generic prefix variables.
Diffstat (limited to '')
| -rw-r--r-- | src/stream/ngx_stream.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h index 9e4169c38..814e3b99a 100644 --- a/src/stream/ngx_stream.h +++ b/src/stream/ngx_stream.h @@ -153,7 +153,8 @@ typedef struct { ngx_hash_t variables_hash; - ngx_array_t variables; /* ngx_stream_variable_t */ + ngx_array_t variables; /* ngx_stream_variable_t */ + ngx_array_t prefix_variables; /* ngx_stream_variable_t */ ngx_uint_t ncaptures; ngx_uint_t variables_hash_max_size; |
