diff src/http/ngx_http_upstream.h @ 1291:13a4ce6e7f1e

proxy_store and fastcgi_store
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Jul 2007 11:19:05 +0000
parents 4d0d12446c3b
children 5383f5232364
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -118,6 +118,7 @@ typedef struct {
     size_t                          temp_file_write_size_conf;
 
     ngx_uint_t                      next_upstream;
+    ngx_uint_t                      store;
 
     ngx_bufs_t                      bufs;
 
@@ -237,6 +238,7 @@ struct ngx_http_upstream_s {
 
     ngx_http_cleanup_pt            *cleanup;
 
+    unsigned                        store:1;
     unsigned                        cachable:1;
     unsigned                        accel:1;