diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-11-09 20:03:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-09 20:03:38 +0000 |
| commit | 74e95c224ad84c6b84b5a834f49c014a441916b5 (patch) | |
| tree | fea6b4e7b2706f089e462d201e90ec95f5a98fa2 /src/http/modules/ngx_http_log_handler.h | |
| parent | e8732b06b94ea5f8a25fa3e71cece7d93f5ac0b8 (diff) | |
| download | nginx-74e95c224ad84c6b84b5a834f49c014a441916b5.tar.gz nginx-74e95c224ad84c6b84b5a834f49c014a441916b5.tar.bz2 | |
nginx-0.0.1-2003-11-09-23:03:38 import; separate building
Diffstat (limited to 'src/http/modules/ngx_http_log_handler.h')
| -rw-r--r-- | src/http/modules/ngx_http_log_handler.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/http/modules/ngx_http_log_handler.h b/src/http/modules/ngx_http_log_handler.h deleted file mode 100644 index 2bda1f0d9..000000000 --- a/src/http/modules/ngx_http_log_handler.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ -#define _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ - - -#include <ngx_config.h> -#include <ngx_core.h> -#include <ngx_http.h> - - -typedef struct { - int dummy; -} ngx_http_log_conf_t; - - -typedef enum { - - NGX_HTTP_LOG_HANDLER = 0, - -#if 0 - /* the ngx_str_t field of the request */ - NGX_HTTP_LOG_REQUEST_STR_FIELD, - - /* the ngx_str_t field of the r->headers_in */ - NGX_HTTP_LOG_REQUEST_HEADER_IN_FIELD, - - /* the ngx_str_t field of the r->headers_out */ - NGX_HTTP_LOG_REQUEST_HEADER_OUT_FIELD, -#endif - -} ngx_http_log_code_e; - - -typedef struct { - int type; - int size; - char *(*handler) (ngx_http_request_t *r, char *p); - int offset; -} ngx_http_log_code_t; - - -#endif /* _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ */ |
