Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC: apply some sonar advices
[simgrid.git] / src / mc / api / RemoteApp.hpp
index 2b4d031..7ad580c 100644 (file)
@@ -53,7 +53,7 @@ public:
   unsigned long get_maxpid() const;
 
   /* Get the list of actors that are ready to run at that step. Usually shorter than maxpid */
-  void get_actors_status(std::map<aid_t, ActorState>& whereto);
+  void get_actors_status(std::map<aid_t, simgrid::mc::ActorState>& whereto) const;
 
   /* Get the remote process */
   RemoteProcess& get_remote_process() { return model_checker_->get_remote_process(); }