diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 07:45:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-27 07:45:22 +0000 |
commit | 0e499db3ed63432cfacd08282cce1d42b568b567 (patch) | |
tree | 3dc7936e2083a5b72f82340973dd3dea55bb1ee8 /src/http/ngx_http_request.h | |
parent | c0f8d91bde06aeeb53ff16d6c26490f5961f5a31 (diff) | |
download | nginx-0e499db3ed63432cfacd08282cce1d42b568b567.tar.gz nginx-0e499db3ed63432cfacd08282cce1d42b568b567.zip |
nginx-0.0.1-2003-11-27-10:45:22 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 2a28a67b0..3b62d58e7 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -144,8 +144,6 @@ typedef struct { } ngx_http_headers_out_t; -typedef struct ngx_http_request_s ngx_http_request_t; - typedef int (*ngx_http_handler_pt)(ngx_http_request_t *r); struct ngx_http_request_s { @@ -156,6 +154,8 @@ struct ngx_http_request_s { void **srv_conf; void **loc_conf; + ngx_http_cache_t *cache; + ngx_file_t file; ngx_pool_t *pool; |