From a962506498d3930bea4e34bc21d261613065f98f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Aug 2009 08:12:35 +0000 Subject: FreeBSD and Linux AIO support --- src/http/ngx_http_cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/ngx_http_cache.h') 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 -- cgit