comparison src/core/ngx_times.h @ 7280:76e7e20cda05

Core: fixed comment about ngx_current_msec after 81fae70d6cb8. The value is no longer guaranteed to be based on milliseconds elapsed since Epoch.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 29 May 2018 16:15:19 +0300
parents 777202558122
children
comparison
equal deleted inserted replaced
7279:f95de1361039 7280:76e7e20cda05
41 extern volatile ngx_str_t ngx_cached_http_log_time; 41 extern volatile ngx_str_t ngx_cached_http_log_time;
42 extern volatile ngx_str_t ngx_cached_http_log_iso8601; 42 extern volatile ngx_str_t ngx_cached_http_log_iso8601;
43 extern volatile ngx_str_t ngx_cached_syslog_time; 43 extern volatile ngx_str_t ngx_cached_syslog_time;
44 44
45 /* 45 /*
46 * milliseconds elapsed since epoch and truncated to ngx_msec_t, 46 * milliseconds elapsed since some unspecified point in the past
47 * used in event timers 47 * and truncated to ngx_msec_t, used in event timers
48 */ 48 */
49 extern volatile ngx_msec_t ngx_current_msec; 49 extern volatile ngx_msec_t ngx_current_msec;
50 50
51 51
52 #endif /* _NGX_TIMES_H_INCLUDED_ */ 52 #endif /* _NGX_TIMES_H_INCLUDED_ */