comparison src/event/ngx_event.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 2ff194b74f1e
children 9b8c906f6e63
comparison
equal deleted inserted replaced
494:f94c1b769a7c 495:fc9909c369b2
440 440
441 441
442 #if (NGX_STAT_STUB) 442 #if (NGX_STAT_STUB)
443 443
444 extern ngx_atomic_t *ngx_stat_accepted; 444 extern ngx_atomic_t *ngx_stat_accepted;
445 extern ngx_atomic_t *ngx_stat_handled;
445 extern ngx_atomic_t *ngx_stat_requests; 446 extern ngx_atomic_t *ngx_stat_requests;
446 extern ngx_atomic_t *ngx_stat_active; 447 extern ngx_atomic_t *ngx_stat_active;
447 extern ngx_atomic_t *ngx_stat_reading; 448 extern ngx_atomic_t *ngx_stat_reading;
448 extern ngx_atomic_t *ngx_stat_writing; 449 extern ngx_atomic_t *ngx_stat_writing;
449 450