diff options
author | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2016-09-15 14:55:46 +0300 |
commit | 04b9434b1817def37eb55cd7f4360d1164678797 (patch) | |
tree | c0b609612ea98be3291822b4685d5cda6f4ea8d7 /src/stream/ngx_stream.c | |
parent | afa771140bcf677505adcc6517008a9f9108c878 (diff) | |
download | nginx-04b9434b1817def37eb55cd7f4360d1164678797.tar.gz nginx-04b9434b1817def37eb55cd7f4360d1164678797.zip |
Stream: filters.
Diffstat (limited to 'src/stream/ngx_stream.c')
-rw-r--r-- | src/stream/ngx_stream.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.c b/src/stream/ngx_stream.c index 873e102d7..a284f9f5f 100644 --- a/src/stream/ngx_stream.c +++ b/src/stream/ngx_stream.c @@ -27,6 +27,9 @@ static ngx_int_t ngx_stream_cmp_conf_addrs(const void *one, const void *two); ngx_uint_t ngx_stream_max_module; +ngx_stream_filter_pt ngx_stream_top_filter; + + static ngx_command_t ngx_stream_commands[] = { { ngx_string("stream"), |