comparison src/stream/ngx_stream.h @ 6678:0125b151c9a5

Stream: log module.
author Vladimir Homutov <vl@nginx.com>
date Mon, 05 Sep 2016 17:50:16 +0300
parents ab9b4fd8c5b7
children 40e8ce405859
comparison
equal deleted inserted replaced
6677:c02290241cbe 6678:0125b151c9a5
119 ngx_array_t servers; /* ngx_stream_core_srv_conf_t */ 119 ngx_array_t servers; /* ngx_stream_core_srv_conf_t */
120 ngx_array_t listen; /* ngx_stream_listen_t */ 120 ngx_array_t listen; /* ngx_stream_listen_t */
121 121
122 ngx_stream_access_pt limit_conn_handler; 122 ngx_stream_access_pt limit_conn_handler;
123 ngx_stream_access_pt access_handler; 123 ngx_stream_access_pt access_handler;
124 ngx_stream_access_pt access_log_handler;
124 125
125 ngx_hash_t variables_hash; 126 ngx_hash_t variables_hash;
126 127
127 ngx_array_t variables; /* ngx_stream_variable_t */ 128 ngx_array_t variables; /* ngx_stream_variable_t */
128 ngx_uint_t ncaptures; 129 ngx_uint_t ncaptures;