aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_core.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-05 16:21:24 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-05 16:21:24 +0000
commit6ed07e4f0640e1f1c9717fdaa952edf26faa86e0 (patch)
tree4f40c92959ec56985a7004fd78604efe2fdc90c8 /src/core/ngx_core.h
parent481b643c3902f83826a06b03e30660cb60d87ced (diff)
downloadnginx-6ed07e4f0640e1f1c9717fdaa952edf26faa86e0.tar.gz
nginx-6ed07e4f0640e1f1c9717fdaa952edf26faa86e0.zip
nginx-0.0.1-2002-12-05-19:21:24 import
Diffstat (limited to 'src/core/ngx_core.h')
-rw-r--r--src/core/ngx_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h
index 62e8ac2ea..f5b25c43a 100644
--- a/src/core/ngx_core.h
+++ b/src/core/ngx_core.h
@@ -6,7 +6,8 @@
#define NGX_ERROR -1
#define NGX_DONE NGX_ERROR
#define NGX_AGAIN -2
-#define NGX_DECLINED -3
+#define NGX_WAITING -3
+#define NGX_DECLINED -4
#endif /* _NGX_CORE_H_INCLUDED_ */