Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-07-16 21:11:43 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-07-16 21:11:43 +0400
commitf38e046a0a2e7437f8232ef2a99cead69c4b9ebb (patch)
tree5d9a68d757f7994506cdb497ce43d4ddd63c7eaa /src/core/ngx_buf.h
parent0ad253766fb8d62f257c446410a632a596ac5783 (diff)
nginx-0.0.7-2004-07-16-21:11:43 import
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r--src/core/ngx_buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_buf.h b/src/core/ngx_buf.h
index 1927ed415..feaad4c96 100644
--- a/src/core/ngx_buf.h
+++ b/src/core/ngx_buf.h
@@ -132,6 +132,7 @@ typedef struct {
#define NGX_CHAIN_ERROR (ngx_chain_t *) NGX_ERROR
+#define NGX_CHAIN_AGAIN (ngx_chain_t *) NGX_AGAIN
#define ngx_buf_in_memory(b) (b->temporary || b->memory || b->mmap)