From: Victor Julien Date: Tue, 14 May 2013 11:14:37 +0000 (+0200) Subject: pool: add error msgs and improve memory layout X-Git-Tag: suricata-2.0beta1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6af6cb241684c72432ab00f264d5b361da05eee;p=thirdparty%2Fsuricata.git pool: add error msgs and improve memory layout --- 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;