Fix in communication techniques bench

* SHARED_MEM_SPACE is now based on BUF_SIZE
This commit is contained in:
Thomas Preud'homme 2009-06-11 23:35:41 +02:00 committed by Thomas Preud'homme
parent 44aacb978e
commit 7e939d50da
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
/* Non standard include */
#include <common_comm.h>
#define SHARED_SPACE_SIZE (2 * CACHE_LINE_SIZE)
#define SHARED_SPACE_SIZE (2 * BUF_SIZE)
struct communication_assoc
{