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:
authorRoman Arutyunyan <arut@nginx.com>2015-02-02 21:28:09 +0300
committerRoman Arutyunyan <arut@nginx.com>2015-02-02 21:28:09 +0300
commitcae1b5d63a6da625cf5c3606d989a7fe2ebfbd4c (patch)
treebed251a283dad7d979dc8c102511e9b07756cc90 /src/core/ngx_file.h
parentf8fecbc94d204c4ce1a86556d2642af00146995e (diff)
Core: reverted prefix-based temp files (a9138c35120d).
The use_temp_path http cache feature is now implemented using a separate temp hierarchy in cache directory. Prefix-based temp files are no longer needed.
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index b456f1da0..3ea6c28c8 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -71,7 +71,6 @@ typedef struct {
unsigned log_level:8;
unsigned persistent:1;
unsigned clean:1;
- unsigned prefix:1;
} ngx_temp_file_t;