comparison 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
comparison
equal deleted inserted replaced
5968:99639bfdfa2a 5969:3281de8142f5
69 ngx_uint_t access; 69 ngx_uint_t access;
70 70
71 unsigned log_level:8; 71 unsigned log_level:8;
72 unsigned persistent:1; 72 unsigned persistent:1;
73 unsigned clean:1; 73 unsigned clean:1;
74 unsigned prefix:1;
75 } ngx_temp_file_t; 74 } ngx_temp_file_t;
76 75
77 76
78 typedef struct { 77 typedef struct {
79 ngx_uint_t access; 78 ngx_uint_t access;