Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move Simcall from namespace simix to kernel::actor.
[simgrid.git] / src / kernel / EngineImpl.cpp
index 3ef95ec..9af27b7 100644 (file)
@@ -744,7 +744,7 @@ void EngineImpl::run(double max_date)
        */
 
       for (auto const& actor : actors_that_ran_) {
-        if (actor->simcall_.call_ != simix::Simcall::Type::NONE) {
+        if (actor->simcall_.call_ != actor::Simcall::Type::NONE) {
           actor->simcall_handle(0);
         }
       }