Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New: Engine::hostList() and Engine::hostCount(). Still clumsy.
[simgrid.git] / include / simgrid / s4u / engine.hpp
index 413f7ef..9a1a5d9 100644 (file)
@@ -57,6 +57,9 @@ public:
   /** @brief Load a deployment file and launch the actors that it contains */
   void loadDeployment(const char *deploy);
 
+  unsigned int hostCount();
+  void hostList(std::vector<Host*>*);
+
   /** @brief Run the simulation */
   void run();