comparison src/core/ngx_log.h @ 495:fc9909c369b2 release-0.1.22

nginx-0.1.22-RELEASE import *) Bugfix: the ngx_http_stub_status_module showed incorrect handled connections statistics if the proxying or FastCGI server were used. *) Bugfix: the installation paths were incorrectly quoted on Linux and Solaris; the bug had appeared in 0.1.21.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Feb 2005 12:29:09 +0000
parents 975f62e77f02
children 64d9afb209da
comparison
equal deleted inserted replaced
494:f94c1b769a7c 495:fc9909c369b2
45 45
46 struct ngx_log_s { 46 struct ngx_log_s {
47 ngx_uint_t log_level; 47 ngx_uint_t log_level;
48 ngx_open_file_t *file; 48 ngx_open_file_t *file;
49 49
50 ngx_atomic_int_t connection; 50 ngx_atomic_uint_t connection;
51 51
52 ngx_log_handler_pt handler; 52 ngx_log_handler_pt handler;
53 void *data; 53 void *data;
54 54
55 /* 55 /*