From e6616b7c2f7483c9765b4feeb21fa41f1ffdafd0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 8 Oct 2012 18:33:00 +0000 Subject: Rename emem_header_t to emem_pool_t to better indicate what it can be used for - it represents a memory pool that parcels out memory from larger allocated chunks (reducing the number of individual malloc-style calls that are made) and that can be freed in its entirety. svn path=/trunk/; revision=45400 --- epan/epan_dissect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan_dissect.h') diff --git a/epan/epan_dissect.h b/epan/epan_dissect.h index 8a95bfe808..5969182d3c 100644 --- a/epan/epan_dissect.h +++ b/epan/epan_dissect.h @@ -42,7 +42,7 @@ extern "C" { struct _epan_dissect_t { tvbuff_t *tvb; proto_tree *tree; - emem_header_t *mem; + emem_pool_t *mem; packet_info pi; }; -- cgit v1.2.3