X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/667f8558e4a5c583234d1907a413fcc8bc0fef58..d9179c8d05a4cda5b653afb5a45f398597919fb7:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 6a6a436823..c69ddb41fa 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -44,6 +44,9 @@ typedef struct smpi_mpi_request_t { smx_mutex_t mutex; smx_cond_t cond; + + void *data; + } s_smpi_mpi_request_t; // smpi mpi op @@ -58,6 +61,9 @@ typedef struct smpi_received_message_t { int tag; void *buf; + + void *data; + } s_smpi_received_message_t; typedef struct smpi_received_message_t *smpi_received_message_t;