comparison src/stream/ngx_stream.h @ 6669:164a0824ce20

Stream: the $session_time variable. The variable keeps time spent on processing the stream session.
author Vladimir Homutov <vl@nginx.com>
date Fri, 26 Aug 2016 15:33:04 +0300
parents 3d5202c71f94
children 38143d1abdec
comparison
equal deleted inserted replaced
6668:5e2821c2de46 6669:164a0824ce20
153 uint32_t signature; /* "STRM" */ 153 uint32_t signature; /* "STRM" */
154 154
155 ngx_connection_t *connection; 155 ngx_connection_t *connection;
156 156
157 off_t received; 157 off_t received;
158 time_t start_sec;
159 ngx_msec_t start_msec;
158 160
159 ngx_log_handler_pt log_handler; 161 ngx_log_handler_pt log_handler;
160 162
161 void **ctx; 163 void **ctx;
162 void **main_conf; 164 void **main_conf;