From f888a5310c1808902b4035ca3454b62bc5cf4434 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 20 Jun 2017 19:49:17 +0300 Subject: Using new memory pool implementation. --- src/nxt_job_cache_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_job_cache_file.c') diff --git a/src/nxt_job_cache_file.c b/src/nxt_job_cache_file.c index 786691f6..13f01a45 100644 --- a/src/nxt_job_cache_file.c +++ b/src/nxt_job_cache_file.c @@ -9,7 +9,7 @@ nxt_job_cache_file_t * -nxt_job_cache_file_create(nxt_mem_pool_t *mp) +nxt_job_cache_file_create(nxt_mp_t *mp) { nxt_job_cache_file_t *jbc; -- cgit