comparison src/http/ngx_http_log_handler.h @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 05592fd7a436
children 0d08eabe5c7b
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
5 #include <ngx_config.h> 5 #include <ngx_config.h>
6 #include <ngx_core.h> 6 #include <ngx_core.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 9
10 typedef char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, char *buf, 10 typedef u_char *(*ngx_http_log_op_pt) (ngx_http_request_t *r, u_char *buf,
11 uintptr_t data); 11 uintptr_t data);
12 12
13 #define NGX_HTTP_LOG_COPY_SHORT (ngx_http_log_op_pt) 0 13 #define NGX_HTTP_LOG_COPY_SHORT (ngx_http_log_op_pt) 0
14 #define NGX_HTTP_LOG_COPY_LONG (ngx_http_log_op_pt) -1 14 #define NGX_HTTP_LOG_COPY_LONG (ngx_http_log_op_pt) -1
15 15
16 #define NGX_HTTP_LOG_ARG (u_int) -1 16 #define NGX_HTTP_LOG_ARG (u_int) -1