X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3080c6b0d097d6b3b7d5b3dda0592154ce438f64..dccf1b41e9c7b5a696f01abceaa2779fe65f154f:/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;