aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_log_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-08 20:48:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-08 20:48:12 +0000
commit5f80078c675bc344d12a6a64d97ecafb64de224b (patch)
treee4ff5330121ef71ffe558ccaa9210218802ff537 /src/http/ngx_http_log_handler.h
parent62260f2a158e27e5f6b1689e10dc25ea3c617473 (diff)
downloadnginx-5f80078c675bc344d12a6a64d97ecafb64de224b.tar.gz
nginx-5f80078c675bc344d12a6a64d97ecafb64de224b.zip
nginx-0.0.1-2003-12-08-23:48:12 import
Diffstat (limited to 'src/http/ngx_http_log_handler.h')
-rw-r--r--src/http/ngx_http_log_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_log_handler.h b/src/http/ngx_http_log_handler.h
index 3d8481c96..eb55f09f7 100644
--- a/src/http/ngx_http_log_handler.h
+++ b/src/http/ngx_http_log_handler.h
@@ -17,8 +17,8 @@ typedef char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, char *buf,
/* STUB */
#define NGX_INT32_LEN sizeof("-2147483648") - 1
-#define NGX_TIME_LEN sizeof("-2147483648") - 1
-#define NGX_OFF_LEN sizeof("-9223372036854775808") - 1
+#define NGX_TIME_T_LEN sizeof("-2147483648") - 1
+#define NGX_OFF_T_LEN sizeof("-9223372036854775808") - 1
typedef struct {