X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b47e04f1a6749e163d6dc3f76f8e1cf09fc4984..5f7e3ee3f051a31e1568c69456e83f20ff69e69f:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index c69ddb41fa..1a8c584550 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -46,6 +46,7 @@ typedef struct smpi_mpi_request_t { smx_cond_t cond; void *data; + int forward; } s_smpi_mpi_request_t; @@ -63,6 +64,7 @@ typedef struct smpi_received_message_t { void *buf; void *data; + int forward; } s_smpi_received_message_t; typedef struct smpi_received_message_t *smpi_received_message_t;