comparison src/stream/ngx_stream.c @ 6692:56fc55e32f23

Stream: filters.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 15 Sep 2016 14:55:46 +0300
parents 7357abd1fa8c
children 3908156a51fa
comparison
equal deleted inserted replaced
6691:4bce3edfac2c 6692:56fc55e32f23
23 #endif 23 #endif
24 static ngx_int_t ngx_stream_cmp_conf_addrs(const void *one, const void *two); 24 static ngx_int_t ngx_stream_cmp_conf_addrs(const void *one, const void *two);
25 25
26 26
27 ngx_uint_t ngx_stream_max_module; 27 ngx_uint_t ngx_stream_max_module;
28
29
30 ngx_stream_filter_pt ngx_stream_top_filter;
28 31
29 32
30 static ngx_command_t ngx_stream_commands[] = { 33 static ngx_command_t ngx_stream_commands[] = {
31 34
32 { ngx_string("stream"), 35 { ngx_string("stream"),