summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_log.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-19 16:26:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-19 16:26:41 +0000
commit160d774afcf3cdd4f999489211eb9d78bf82439a (patch)
tree59227d2698d9c531808a9f3edb708f36707a37f9 /src/core/ngx_log.h
parent1b138ed141c0bdb0c9944c1ae70e53682ed2d035 (diff)
downloadnginx-160d774afcf3cdd4f999489211eb9d78bf82439a.tar.gz
nginx-160d774afcf3cdd4f999489211eb9d78bf82439a.tar.bz2
nginx-0.0.1-2003-11-19-19:26:41 import
Diffstat (limited to 'src/core/ngx_log.h')
-rw-r--r--src/core/ngx_log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_log.h b/src/core/ngx_log.h
index 3eedfff6f..290b11c46 100644
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -66,7 +66,7 @@ typedef enum {
typedef size_t (*ngx_log_handler_pt) (void *ctx, char *buf, size_t len);
-typedef struct {
+struct ngx_log_s {
int log_level;
ngx_open_file_t *file;
void *data;
@@ -78,7 +78,7 @@ typedef struct {
char *context;
/* */
#endif
-} ngx_log_t;
+};
#define MAX_ERROR_STR 2048