summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_cache.h')
-rw-r--r--src/http/ngx_http_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_cache.h b/src/http/ngx_http_cache.h
index 823f74d87..25bf67877 100644
--- a/src/http/ngx_http_cache.h
+++ b/src/http/ngx_http_cache.h
@@ -76,7 +76,7 @@ typedef struct {
uint32_t crc;
u_char md5[16];
ngx_path_t *path;
- ngx_hunk_t *buf;
+ ngx_buf_t *buf;
time_t expires;
time_t last_modified;
time_t date;