Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-19 11:15:11 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-12-19 11:15:11 +0300
commite89c4581f4706187052671a8a40dda4fe3e3c391 (patch)
tree3644c7b95ae7ed7b62d830c62e452b632ac9e89b /src/http/ngx_http.h
parente3466a4058ec3a6c7915f5239fac9f6bfbb6a29d (diff)
nginx-0.0.1-2003-12-19-11:15:11 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 58d918b36..954f695b2 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -87,7 +87,17 @@ int ngx_http_discard_body(ngx_http_request_t *r);
extern ngx_module_t ngx_http_module;
-extern int ngx_max_module;
+extern int ngx_max_module;
+
+extern ngx_uint_t ngx_http_reading_state;
+extern ngx_uint_t ngx_http_processing_state;
+extern ngx_uint_t ngx_http_writing_state;
+extern ngx_uint_t ngx_http_lingering_close_state;
+extern ngx_uint_t ngx_http_keepalive_state;
+
+extern ngx_uint_t ngx_http_total_requests;
+extern uint64_t ngx_http_total_sent;
+
/* STUB */