Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
obey our coding standards, and snake_case some parts of MC
[simgrid.git] / src / kernel / activity / ActivityImpl.cpp
index c5f3524..3027879 100644 (file)
@@ -21,7 +21,7 @@ ActivityImpl::~ActivityImpl()
 void ActivityImpl::register_simcall(smx_simcall_t simcall)
 {
   simcalls_.push_back(simcall);
-  simcall->issuer->waiting_synchro = this;
+  simcall->issuer_->waiting_synchro = this;
 }
 
 void ActivityImpl::clean_action()