diff options
author | Roman Arutyunyan <arut@nginx.com> | 2015-02-02 21:28:09 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2015-02-02 21:28:09 +0300 |
commit | cae1b5d63a6da625cf5c3606d989a7fe2ebfbd4c (patch) | |
tree | bed251a283dad7d979dc8c102511e9b07756cc90 /src/core/ngx_file.h | |
parent | f8fecbc94d204c4ce1a86556d2642af00146995e (diff) | |
download | nginx-cae1b5d63a6da625cf5c3606d989a7fe2ebfbd4c.tar.gz nginx-cae1b5d63a6da625cf5c3606d989a7fe2ebfbd4c.zip |
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.h | 1 |
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; |