X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b37b5defb0915827718fa485b4b8444925ec009d..bd7708d5f81722d60f78bcf7dd0481d6a8e58a92:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index a54cf12440..698e64fc14 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -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);