comparison src/core/ngx_log.h @ 106:9f9de4deda7e

nginx-0.0.1-2003-06-26-19:35:36 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Jun 2003 15:35:36 +0000
parents 00bee6e7b485
children a9bc21d63fe4
comparison
equal deleted inserted replaced
105:00bee6e7b485 106:9f9de4deda7e
62 "... while reading client command for 'john_doe'" 62 "... while reading client command for 'john_doe'"
63 */ 63 */
64 64
65 65
66 typedef struct { 66 typedef struct {
67 int log_level; 67 int log_level;
68 ngx_fd_t fd; 68 ngx_open_file_t *file;
69 void *data; 69 void *data;
70 size_t (*handler)(void *ctx, char *buf, size_t len); 70 size_t (*handler)(void *ctx, char *buf, size_t len);
71
71 #if 0 72 #if 0
72 /* STUB */ 73 /* STUB */
73 char *action; 74 char *action;
74 char *context; 75 char *context;
75 /* */ 76 /* */