diff options
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r-- | src/http/ngx_http_log_handler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h index ba301aebf..40e70dfe3 100644 --- a/src/http/ngx_http_log_handler.h +++ b/src/http/ngx_http_log_handler.h @@ -17,6 +17,7 @@ typedef char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, char *buf, /* STUB */ #define NGX_INT32_LEN sizeof("4294967296") - 1 +#define NGX_TIME_LEN sizeof("4294967296") - 1 #define NGX_OFF_LEN sizeof("18446744073709551616") - 1 @@ -56,4 +57,7 @@ typedef struct { } ngx_http_log_loc_conf_t; +extern ngx_http_log_op_name_t ngx_http_log_fmt_ops[]; + + #endif /* _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ */ |