comparison src/http/ngx_http.h @ 326:8733703a37f3

nginx-0.0.3-2004-04-26-00:13:21 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 25 Apr 2004 20:13:21 +0000
parents ee394e997c77
children 6bdf858bff8c
comparison
equal deleted inserted replaced
325:7c3323909107 326:8733703a37f3
94 94
95 95
96 extern ngx_module_t ngx_http_module; 96 extern ngx_module_t ngx_http_module;
97 97
98 98
99 extern int ngx_max_module;
100
101 extern ngx_uint_t ngx_http_total_requests; 99 extern ngx_uint_t ngx_http_total_requests;
102 extern uint64_t ngx_http_total_sent; 100 extern uint64_t ngx_http_total_sent;
103 101
104 102
105 103