From f5e97c5cbe063246087f11f36fa04c48e8dba10a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 26 Jun 2003 15:35:36 +0000 Subject: nginx-0.0.1-2003-06-26-19:35:36 import --- src/core/ngx_log.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/core/ngx_log.h') diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h index 7707acdd7..d8aca8afa 100644 --- a/src/core/ngx_log.h +++ b/src/core/ngx_log.h @@ -64,10 +64,11 @@ typedef enum { typedef struct { - int log_level; - ngx_fd_t fd; - void *data; - size_t (*handler)(void *ctx, char *buf, size_t len); + int log_level; + ngx_open_file_t *file; + void *data; + size_t (*handler)(void *ctx, char *buf, size_t len); + #if 0 /* STUB */ char *action; -- cgit v1.2.3