diff 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
line wrap: on
line diff
--- 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;