From 67cd336d88f8a920ea5921936785a1c1553062fb Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 20 Nov 2006 08:51:45 +0000 Subject: slab allocator in shared memory --- src/os/unix/ngx_alloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os/unix/ngx_alloc.c') diff --git a/src/os/unix/ngx_alloc.c b/src/os/unix/ngx_alloc.c index 25606e2f6..c38d7d27e 100644 --- a/src/os/unix/ngx_alloc.c +++ b/src/os/unix/ngx_alloc.c @@ -8,7 +8,8 @@ #include -int ngx_pagesize; +ngx_uint_t ngx_pagesize; +ngx_uint_t ngx_pagesize_shift; ngx_uint_t ngx_cacheline_size; -- cgit v1.2.3