mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Core: fixed comment about ngx_current_msec after 81fae70d6cb8.
The value is no longer guaranteed to be based on milliseconds elapsed since Epoch.
This commit is contained in:
parent
4271e48911
commit
e4d173cc88
@ -43,8 +43,8 @@ extern volatile ngx_str_t ngx_cached_http_log_iso8601;
|
|||||||
extern volatile ngx_str_t ngx_cached_syslog_time;
|
extern volatile ngx_str_t ngx_cached_syslog_time;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* milliseconds elapsed since epoch and truncated to ngx_msec_t,
|
* milliseconds elapsed since some unspecified point in the past
|
||||||
* used in event timers
|
* and truncated to ngx_msec_t, used in event timers
|
||||||
*/
|
*/
|
||||||
extern volatile ngx_msec_t ngx_current_msec;
|
extern volatile ngx_msec_t ngx_current_msec;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user