X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/09c248124cb9e3f04e52d82943e3e4a3eb405ff0..f71d97e36f0e6bfb6e03ff1c630ce020a74f943a:/src/s4u/s4u_Mutex.cpp diff --git a/src/s4u/s4u_Mutex.cpp b/src/s4u/s4u_Mutex.cpp index dfcd612930..184033d945 100644 --- a/src/s4u/s4u_Mutex.cpp +++ b/src/s4u/s4u_Mutex.cpp @@ -17,7 +17,7 @@ void Mutex::lock() { kernel::actor::ActorImpl* issuer = kernel::actor::ActorImpl::self(); mc::MutexLockSimcall observer{issuer, pimpl_}; - kernel::actor::simcall_blocking([&observer] { observer.get_mutex()->lock(observer.get_issuer()); }, &observer); + kernel::actor::simcall_blocking([&observer] { observer.get_mutex()->lock(observer.get_issuer()); }, &observer); } /** @brief Release the ownership of the mutex, unleashing a blocked actor (if any)