X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aab9761d35114bb58504304214cdf4d11d9a325e..2558c8c0eb206ff353cb88672f5a90cd0e2562d3:/src/mc/mc_base.cpp?ds=sidebyside diff --git a/src/mc/mc_base.cpp b/src/mc/mc_base.cpp index a99957ca21..d44192625b 100644 --- a/src/mc/mc_base.cpp +++ b/src/mc/mc_base.cpp @@ -98,7 +98,7 @@ bool actor_is_enabled(smx_actor_t actor) } /* On the other hand if it hasn't a timeout, check if the comm is ready.*/ else if (act->detached && act->src_actor_ == nullptr && - act->type == simgrid::kernel::activity::CommImpl::Type::READY) + act->type_ == simgrid::kernel::activity::CommImpl::Type::READY) return (act->dst_actor_ != nullptr); return (act->src_actor_ && act->dst_actor_); }