aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-03-03 16:32:16 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-03-03 16:32:16 +0000
commit34cec29e0cc227978868a30f22051948c4922336 (patch)
tree4d739523cf9f91893cc000f43d2c43344df5c00a /src/core/ngx_file.h
parent7c15b75cc792c5e5c8d2af219d84e7dcb8e5be6b (diff)
downloadnginx-34cec29e0cc227978868a30f22051948c4922336.tar.gz
nginx-34cec29e0cc227978868a30f22051948c4922336.zip
C++ compatibility
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;