comparison src/stream/ngx_stream.h @ 6656:a2f57dfa65a9

Fixed wrong type of the "line" field. The new type ngx_uint_t was supposed when formatting the line number.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 18 Aug 2016 17:13:07 +0300
parents 070c31a482e6
children 3d5202c71f94
comparison
equal deleted inserted replaced
6655:873d7053efb9 6656:a2f57dfa65a9
134 ngx_stream_handler_pt handler; 134 ngx_stream_handler_pt handler;
135 135
136 ngx_stream_conf_ctx_t *ctx; 136 ngx_stream_conf_ctx_t *ctx;
137 137
138 u_char *file_name; 138 u_char *file_name;
139 ngx_int_t line; 139 ngx_uint_t line;
140 140
141 ngx_flag_t tcp_nodelay; 141 ngx_flag_t tcp_nodelay;
142 142
143 ngx_log_t *error_log; 143 ngx_log_t *error_log;
144 144