X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aa19b8ec2814d04500c24d5df65a4e620e8e8969..2fb1fa1697309cad26ab7d472db4f8bfa617e0b4:/src/s4u/s4u_Mutex.cpp diff --git a/src/s4u/s4u_Mutex.cpp b/src/s4u/s4u_Mutex.cpp index f9bc89211a..f8ecb27df4 100644 --- a/src/s4u/s4u_Mutex.cpp +++ b/src/s4u/s4u_Mutex.cpp @@ -34,7 +34,7 @@ bool Mutex::try_lock() * * See @ref s4u_raii. */ -MutexPtr Mutex::createMutex() +MutexPtr Mutex::create() { smx_mutex_t mutex = simcall_mutex_init(); return MutexPtr(&mutex->mutex(), false);