Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New function: Engine::track_vetoed_activities()
[simgrid.git] / src / s4u / s4u_Engine.cpp
index 67792c9..6d73ea2 100644 (file)
@@ -338,6 +338,11 @@ void Engine::run_until(double max_date) const
   }
 }
 
+void Engine::track_vetoed_activities(std::set<Activity*>* vetoed_activities)
+{
+  Activity::set_vetoed_activities(vetoed_activities);
+}
+
 /** @brief Retrieve the root netzone, containing all others */
 s4u::NetZone* Engine::get_netzone_root() const
 {