Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Make s4u::Host::get_actor_count() available
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 3696d91..76eb900 100644 (file)
@@ -97,6 +97,7 @@ public:
   const char* getProperty(const char* key);
   void setProperty(std::string key, std::string value);
   void getProcesses(std::vector<ActorPtr> * list);
+  int get_actor_count() const;
   double getPstateSpeed(int pstate_index);
   int getPstatesCount() const;
   void setPstate(int pstate_index);