aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_open_file_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_open_file_cache.h')
-rw-r--r--src/core/ngx_open_file_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_open_file_cache.h b/src/core/ngx_open_file_cache.h
index 50d910cda..6865f684b 100644
--- a/src/core/ngx_open_file_cache.h
+++ b/src/core/ngx_open_file_cache.h
@@ -19,7 +19,7 @@ typedef struct {
off_t size;
ngx_err_t err;
- time_t retest;
+ time_t valid;
unsigned test_dir:1;
unsigned errors:1;