aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h
index a5637bbc5..a254ca753 100644
--- a/src/core/ngx_file.h
+++ b/src/core/ngx_file.h
@@ -63,7 +63,7 @@ typedef struct {
ngx_fd_t fd;
unsigned create_path:1;
- unsigned delete:1;
+ unsigned delete_file:1;
ngx_log_t *log;
} ngx_ext_rename_file_t;