X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/826897d361add5db3272a9810e70371a40ba1660..5ca17dc381bb7fba4f2689143e2080f7549ee0ab:/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;