Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] bunch of const
[simgrid.git] / include / simgrid / s4u / Engine.hpp
index 20f6ee8..e57c3b6 100644 (file)
@@ -85,7 +85,7 @@ public:
   }
 
   /** If non-null, the provided set will be filled with all activities that fail to start because of a veto */
-  void track_vetoed_activities(std::set<Activity*>* vetoed_activities);
+  void track_vetoed_activities(std::set<Activity*>* vetoed_activities) const;
 
   void load_deployment(const std::string& deploy) const;