X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35c4cf812c42955616889d655c9d482e2d3332e7..051bd71525a329eea5c81d0588ccc76fdcd459f0:/src/smpi/private.h diff --git a/src/smpi/private.h b/src/smpi/private.h index 07e645a089..5357d445e4 100644 --- a/src/smpi/private.h +++ b/src/smpi/private.h @@ -18,6 +18,7 @@ typedef struct s_smpi_mpi_request { smx_rdv_t rdv; smx_comm_t pair; int complete; + MPI_Request data; } s_smpi_mpi_request_t; void smpi_process_init(int* argc, char*** argv);