diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 17:17:31 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 17:17:31 +0000 |
commit | 7832933eed3cb0187eca4fba87076f10c897925e (patch) | |
tree | 0ee672ca731819d447ec05da65e40610ae0d6ce4 /src/http/ngx_http_log_handler.h | |
parent | 74e95c224ad84c6b84b5a834f49c014a441916b5 (diff) | |
download | nginx-7832933eed3cb0187eca4fba87076f10c897925e.tar.gz nginx-7832933eed3cb0187eca4fba87076f10c897925e.zip |
nginx-0.0.1-2003-11-10-20:17:31 import
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_ */ |