X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f626fa7e7d9a7d28fdc994ae197f82f0a0c6e52..497aee08bf8b36b4981083b79d8473991db1ccde:/src/mc/api/RemoteApp.hpp diff --git a/src/mc/api/RemoteApp.hpp b/src/mc/api/RemoteApp.hpp index 2b4d031435..7ad580ccd6 100644 --- a/src/mc/api/RemoteApp.hpp +++ b/src/mc/api/RemoteApp.hpp @@ -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& whereto); + void get_actors_status(std::map& whereto) const; /* Get the remote process */ RemoteProcess& get_remote_process() { return model_checker_->get_remote_process(); }