From 50113388606065efbf5c2620dc550f7ed32ec6d2 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Tue, 5 May 2009 07:25:46 +0000 Subject: cl: (Closes #359). * Removed the slab allocator for the cl_data and only provides a boolean to the CP, the CP shall give back this boolean with the buffer. * Update other layers. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4590 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/cp/mme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cesar/cp/mme.h') diff --git a/cesar/cp/mme.h b/cesar/cp/mme.h index f7f087ff0d..7d3905cfef 100644 --- a/cesar/cp/mme.h +++ b/cesar/cp/mme.h @@ -265,7 +265,7 @@ struct cp_mme_rx_t /** Bitstream context. */ bitstream_t bitstream; /** Data used by the CL. */ - void *cl_data; + bool cl_data; /** CP context used by the destructor of the MME_rx_t message. */ cp_t *cp; /** IV or UUID. */ -- cgit v1.2.3