diff src/core/ngx_file.h @ 5969:3281de8142f5

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.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 02 Feb 2015 21:28:09 +0300
parents a9138c35120d
children 1fdba317ee6d
line wrap: on
line diff
--- 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;