diff src/http/ngx_http_request.h @ 197:0b81c7a0b133

nginx-0.0.1-2003-11-27-10:45:22 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 27 Nov 2003 07:45:22 +0000
parents 02a715e85df1
children abeaebe0a33c
line wrap: on
line diff
--- 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;