summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/stream/ngx_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
index 50d0363ed..b68f3d326 100644
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -155,6 +155,8 @@ struct ngx_stream_session_s {
ngx_connection_t *connection;
off_t received;
+ time_t start_sec;
+ ngx_msec_t start_msec;
ngx_log_handler_pt log_handler;