Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused attribute name_ and method set_name()
[simgrid.git] / src / kernel / activity / SleepImpl.cpp
index 4df963b9a9847d33bc91649b2de9e030214a4642..c08a7ab0e129409fa24358aa32785c3865af0d9d 100644 (file)
@@ -58,7 +58,7 @@ void SleepImpl::finish()
     const s_smx_simcall* simcall = simcalls_.front();
     simcalls_.pop_front();
 
-    simcall->issuer_->waiting_synchro = nullptr;
+    simcall->issuer_->waiting_synchro_ = nullptr;
     if (simcall->issuer_->is_suspended()) {
       XBT_DEBUG("Wait! This process is suspended and can't wake up now.");
       simcall->issuer_->suspended_ = false;