cache_sent is actually just a boolean. We could even use a bitmap
@@ -200,7 +200,7 @@ struct _starpu_mpi_data
{
int magic;
struct _starpu_mpi_node_tag node_tag;
- int *cache_sent;
+ char *cache_sent;
int cache_received;
/** Rendez-vous data for opportunistic cooperative sends */