summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-12 11:19:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-12 11:19:05 +0000
commit58feb53eb4f4471c165153987b3d91ef35ebc5f1 (patch)
treee55d4aed1675ecb14a43bc68a7b8f8c90d5beb53 /src/http/ngx_http_upstream.h
parentef6e362d4e0b92399328e339759a4b47a9e44290 (diff)
downloadnginx-58feb53eb4f4471c165153987b3d91ef35ebc5f1.tar.gz
nginx-58feb53eb4f4471c165153987b3d91ef35ebc5f1.tar.bz2
proxy_store and fastcgi_store
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_upstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h
index b2e3f3e93..4ba38ec0f 100644
--- 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;