comparison src/core/ngx_hunk.h @ 47:d81326c3b21b

nginx-0.0.1-2003-01-15-10:02:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jan 2003 07:02:27 +0000
parents 708f8bb772ec
children 4f3e2abcc2c4
comparison
equal deleted inserted replaced
46:f84a648211f4 47:d81326c3b21b
22 /* in thread state flush means to write the hunk completely before return */ 22 /* in thread state flush means to write the hunk completely before return */
23 /* in event state flush means to start to write the hunk */ 23 /* in event state flush means to start to write the hunk */
24 #define NGX_HUNK_FLUSH 0x0100 24 #define NGX_HUNK_FLUSH 0x0100
25 /* last hunk */ 25 /* last hunk */
26 #define NGX_HUNK_LAST 0x0200 26 #define NGX_HUNK_LAST 0x0200
27 #if 0
27 /* can be used with NGX_HUNK_LAST only */ 28 /* can be used with NGX_HUNK_LAST only */
28 #define NGX_HUNK_SHUTDOWN 0x0400 29 #define NGX_HUNK_SHUTDOWN 0x0400 /
30 #endif
29 31
30 #define NGX_HUNK_RECYCLED 0x0800 32 #define NGX_HUNK_RECYCLED 0x0800
31 33
32 34
33 #define NGX_HUNK_IN_MEMORY (NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP) 35 #define NGX_HUNK_IN_MEMORY (NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP)