diff src/core/ngx_hunk.h @ 129:7a886b9a67dc

nginx-0.0.1-2003-08-10-20:14:37 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 Aug 2003 16:14:37 +0000
parents 7ebc8b7fb816
children a490ad05164d
line wrap: on
line diff
--- a/src/core/ngx_hunk.h	Fri Aug 08 15:13:24 2003 +0000
+++ b/src/core/ngx_hunk.h	Sun Aug 10 16:14:37 2003 +0000
@@ -22,6 +22,10 @@
 /* the hunk is in file */
 #define NGX_HUNK_FILE         0x0100
 
+#define NGX_HUNK_STORAGE      (NGX_HUNK_IN_MEMORY
+                               |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP
+                               |NGX_HUNK_RECYCLED|NGX_HUNK_FILE)
+
 /* hunk flags */
 
 /* in thread state flush means to write the hunk completely before return */