comparison src/core/ngx_hunk.h @ 130:a490ad05164d

nginx-0.0.1-2003-08-11-20:03:06 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 11 Aug 2003 16:03:06 +0000
parents 7a886b9a67dc
children d57c6835225c
comparison
equal deleted inserted replaced
129:7a886b9a67dc 130:a490ad05164d
20 #define NGX_HUNK_RECYCLED 0x0010 20 #define NGX_HUNK_RECYCLED 0x0010
21 21
22 /* the hunk is in file */ 22 /* the hunk is in file */
23 #define NGX_HUNK_FILE 0x0100 23 #define NGX_HUNK_FILE 0x0100
24 24
25 #define NGX_HUNK_STORAGE (NGX_HUNK_IN_MEMORY 25 #define NGX_HUNK_STORAGE (NGX_HUNK_IN_MEMORY \
26 |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP 26 |NGX_HUNK_TEMP|NGX_HUNK_MEMORY|NGX_HUNK_MMAP \
27 |NGX_HUNK_RECYCLED|NGX_HUNK_FILE) 27 |NGX_HUNK_RECYCLED|NGX_HUNK_FILE)
28 28
29 /* hunk flags */ 29 /* hunk flags */
30 30
31 /* in thread state flush means to write the hunk completely before return */ 31 /* in thread state flush means to write the hunk completely before return */