X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e8189846950b9f46f726ad4b7c06ff162feb7e2c..9a6b1a23ce86f475df4c3dd63310c3484cebd956:/src/kernel/activity/CommImpl.cpp diff --git a/src/kernel/activity/CommImpl.cpp b/src/kernel/activity/CommImpl.cpp index 67ef311ab9..143ebf80b6 100644 --- a/src/kernel/activity/CommImpl.cpp +++ b/src/kernel/activity/CommImpl.cpp @@ -266,6 +266,7 @@ ActivityImplPtr CommImpl::isend(actor::CommIsendSimcall* observer) if (observer->is_detached()) { other_comm->detach(); other_comm->clean_fun = observer->get_clean_fun(); + EngineImpl::get_instance()->get_maestro()->activities_.emplace_back(other_comm); } else { other_comm->clean_fun = nullptr; observer->get_issuer()->activities_.emplace_back(other_comm);