comparison src/http/ngx_http_log_handler.h @ 427:0d08eabe5c7b

nginx-0.0.10-2004-09-15-20:00:43 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Sep 2004 16:00:43 +0000
parents 87e73f067470
children da8c5707af39
comparison
equal deleted inserted replaced
426:3f88935a02e8 427:0d08eabe5c7b
47 } ngx_http_log_t; 47 } ngx_http_log_t;
48 48
49 49
50 typedef struct { 50 typedef struct {
51 ngx_array_t *logs; /* array of ngx_http_log_t */ 51 ngx_array_t *logs; /* array of ngx_http_log_t */
52 ngx_uint_t off; /* unsigned off:1 */
52 } ngx_http_log_loc_conf_t; 53 } ngx_http_log_loc_conf_t;
53 54
54 55
55 extern ngx_http_log_op_name_t ngx_http_log_fmt_ops[]; 56 extern ngx_http_log_op_name_t ngx_http_log_fmt_ops[];
56 57