X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c5a48995c0e24c9ae38c3d14203388523c565a5b..3aa62b6a4755ba871847a5f86473c0e651c9d661:/src/smpi/smpi_win.hpp diff --git a/src/smpi/smpi_win.hpp b/src/smpi/smpi_win.hpp index fbf009dc90..f88eb4fc9b 100644 --- a/src/smpi/smpi_win.hpp +++ b/src/smpi/smpi_win.hpp @@ -33,6 +33,7 @@ class Win : public F2C, public Keyval { xbt_mutex_t lock_mut_; std::list lockers_; int rank_; // to identify owner for barriers in MPI_COMM_WORLD + int mode_; // exclusive or shared lock public: static std::unordered_map keyvals_;