X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fc0a76c21f0bceb0314aee5d62f785ea8009495e..b448ff580b2a86c3cfdc28566a9d8ed01bb11b74:/teshsuite/smpi/mpich3-test/rma/mcs-mutex.h diff --git a/teshsuite/smpi/mpich3-test/rma/mcs-mutex.h b/teshsuite/smpi/mpich3-test/rma/mcs-mutex.h index c8d8843ccb..e67fc5dcc6 100644 --- a/teshsuite/smpi/mpich3-test/rma/mcs-mutex.h +++ b/teshsuite/smpi/mpich3-test/rma/mcs-mutex.h @@ -22,6 +22,7 @@ struct mcs_mutex_s { MPI_Comm comm; MPI_Win window; int *base; + MPI_Info win_info; }; typedef struct mcs_mutex_s * MCS_Mutex;