diff src/http/ngx_http_request.h @ 1179:6e2216ad2c87

$request_time has millisecond precision
author Igor Sysoev <igor@sysoev.ru>
date Sat, 21 Apr 2007 07:50:19 +0000
parents 383ae25c3171
children 8ef04207c84f
line wrap: on
line diff
--- a/src/http/ngx_http_request.h	Sat Apr 21 07:43:23 2007 +0000
+++ b/src/http/ngx_http_request.h	Sat Apr 21 07:50:19 2007 +0000
@@ -342,7 +342,8 @@
     ngx_http_request_body_t          *request_body;
 
     time_t                            lingering_time;
-    time_t                            start_time;
+    time_t                            start_sec;
+    ngx_msec_t                        start_msec;
 
     ngx_uint_t                        method;
     ngx_uint_t                        http_version;