diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 08:12:35 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-28 08:12:35 +0000 |
| commit | a962506498d3930bea4e34bc21d261613065f98f (patch) | |
| tree | f401951eaab82203accb72c8b2205b9d91f7ee07 /src/http/ngx_http_cache.h | |
| parent | 1163af9fae396700700824cca21309476cf5dd51 (diff) | |
| download | nginx-a962506498d3930bea4e34bc21d261613065f98f.tar.gz nginx-a962506498d3930bea4e34bc21d261613065f98f.tar.bz2 | |
FreeBSD and Linux AIO support
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h index 6ac6fd876..e04eba3a4 100644 --- a/src/http/ngx_http_cache.h +++ b/src/http/ngx_http_cache.h @@ -18,6 +18,7 @@ #define NGX_HTTP_CACHE_STALE 3 #define NGX_HTTP_CACHE_UPDATING 4 #define NGX_HTTP_CACHE_HIT 5 +#define NGX_HTTP_CACHE_SCARCE 6 #define NGX_HTTP_CACHE_KEY_LEN 16 |
