aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ngx_config_file.h')
-rw-r--r--src/core/ngx_config_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_config_file.h b/src/core/ngx_config_file.h
index 8b1d03e8d..341668a9a 100644
--- a/src/core/ngx_config_file.h
+++ b/src/core/ngx_config_file.h
@@ -19,6 +19,10 @@
#define NGX_CONF_UNSET -1
+#define NGX_BLOCK_DONE 1
+#define NGX_FILE_DONE 2
+
+
typedef struct {
ngx_file_t file;
ngx_hunk_t *hunk;