diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-08-10 16:14:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-08-10 16:14:37 +0000 |
| commit | 98947e85ff75684276679316ded1f1c3c5449594 (patch) | |
| tree | 02e378afbd466feb450bd4e9b29e105256fb8ebc /src/core/ngx_hunk.h | |
| parent | e77c0c359903cd94e43db8cc872778d3269f8d53 (diff) | |
| download | nginx-98947e85ff75684276679316ded1f1c3c5449594.tar.gz nginx-98947e85ff75684276679316ded1f1c3c5449594.tar.bz2 | |
nginx-0.0.1-2003-08-10-20:14:37 import
Diffstat (limited to 'src/core/ngx_hunk.h')
| -rw-r--r-- | src/core/ngx_hunk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_hunk.h b/src/core/ngx_hunk.h index b948895a9..a1e17b2bc 100644 --- a/src/core/ngx_hunk.h +++ b/src/core/ngx_hunk.h @@ -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 */ |
