From b6af6cb241684c72432ab00f264d5b361da05eee Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 14 May 2013 13:14:37 +0200 Subject: [PATCH] pool: add error msgs and improve memory layout --- src/util-pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util-pool.h b/src/util-pool.h index 83fc8fa477..33f038a4e9 100644 --- a/src/util-pool.h +++ b/src/util-pool.h @@ -46,6 +46,7 @@ typedef struct Pool_ { uint32_t allocated; uint32_t alloc_list_size; + PoolBucket *alloc_list; PoolBucket *alloc_list_tail;