comparison src/http/ngx_http_log_handler.h @ 177:4db54fdbcbe7

nginx-0.0.1-2003-11-10-20:17:31 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 17:17:31 +0000
parents c0552e5ab567
children a8ff48d26cca
comparison
equal deleted inserted replaced
176:c0552e5ab567 177:4db54fdbcbe7
15 15
16 #define NGX_HTTP_LOG_ARG (u_int) -1 16 #define NGX_HTTP_LOG_ARG (u_int) -1
17 17
18 /* STUB */ 18 /* STUB */
19 #define NGX_INT32_LEN sizeof("4294967296") - 1 19 #define NGX_INT32_LEN sizeof("4294967296") - 1
20 #define NGX_TIME_LEN sizeof("4294967296") - 1
20 #define NGX_OFF_LEN sizeof("18446744073709551616") - 1 21 #define NGX_OFF_LEN sizeof("18446744073709551616") - 1
21 22
22 23
23 typedef struct { 24 typedef struct {
24 size_t len; 25 size_t len;
54 typedef struct { 55 typedef struct {
55 ngx_array_t *logs; /* array of ngx_http_log_t */ 56 ngx_array_t *logs; /* array of ngx_http_log_t */
56 } ngx_http_log_loc_conf_t; 57 } ngx_http_log_loc_conf_t;
57 58
58 59
60 extern ngx_http_log_op_name_t ngx_http_log_fmt_ops[];
61
62
59 #endif /* _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ */ 63 #endif /* _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ */