summaryrefslogtreecommitdiff
path: root/cesar/cp/mme.h
diff options
context:
space:
mode:
authorlaranjeiro2009-05-05 07:25:46 +0000
committerlaranjeiro2009-05-05 07:25:46 +0000
commit50113388606065efbf5c2620dc550f7ed32ec6d2 (patch)
tree527855a25f4f70865de2cd51db1e29a76b352591 /cesar/cp/mme.h
parent0f46f89c6340a2a768845351c2790760587640d1 (diff)
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
Diffstat (limited to 'cesar/cp/mme.h')
-rw-r--r--cesar/cp/mme.h2
1 files changed, 1 insertions, 1 deletions
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. */