Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
unify the naming of that property
[simgrid.git] / include / simgrid / s4u / host.hpp
index a54cf12..698e64f 100644 (file)
@@ -71,7 +71,7 @@ public: // TODO, make me private
   bool isOff() { return !isOn(); }
 
   double speed();
-  int coresCount();
+  int coreCount();
   xbt_dict_t properties();
   const char*property(const char*key);
   void setProperty(const char*key, const char *value);