Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert Api::get_maxpid() into RemoteApp::get_maxpid()
[simgrid.git] / src / mc / api / RemoteApp.hpp
index 1b862bc..377b99f 100644 (file)
@@ -52,6 +52,10 @@ public:
 
   void log_state() const;
 
+  /** Retrieve the max PID of the running actors */
+  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);
 };
 } // namespace simgrid::mc