X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2945198502e436f29236715c0baca1efadb64480..24b63c987b1baf4e2fc2f68b00bd21c980eb8d6e:/include/simgrid/s4u/host.hpp diff --git a/include/simgrid/s4u/host.hpp b/include/simgrid/s4u/host.hpp index c686b352fb..3d741de67b 100644 --- a/include/simgrid/s4u/host.hpp +++ b/include/simgrid/s4u/host.hpp @@ -41,7 +41,7 @@ XBT_PUBLIC_CLASS Host : public simgrid::xbt::Extendable { private: - Host(const char *name); + explicit Host(const char *name); public: // TODO, make me private ~Host(); public: @@ -91,7 +91,7 @@ public: private: simgrid::xbt::string name_ = "noname"; - boost::unordered_map *mounts = NULL; // caching + boost::unordered_map *mounts = nullptr; // caching public: // FIXME: these should be protected, but it leads to many errors @@ -166,7 +166,7 @@ public class Host { /** * This method returns the number of tasks currently running on a host. - * The external load (comming from an availability trace) is not taken in account. + * The external load (coming from an availability trace) is not taken in account. * * @return The number of tasks currently running on a host. */