rt_benchs/communication_techniques/include/csq_2_1_comm.h

9 lines
187 B
C

#ifndef _SPECIFIC_COMM_H_
#define _SPECIFIC_COMM_H_ 1
#define SLOTS 2 /* Value used in the article, section V.A */
#define BUF_SIZE (1 * CACHE_LINE_SIZE)
#include <csq_common.h>
#endif