Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Host::by_name(char*)
[simgrid.git] / include / simgrid / s4u / Host.hpp
index 889419c..a959c5c 100644 (file)
@@ -61,6 +61,8 @@ public:
   /** Retrieves an host from its name, or return nullptr */
   static Host* by_name_or_null(std::string name);
   /** Retrieves an host from its name, or die */
+  static s4u::Host* by_name(const char* name);
+  /** Retrieves an host from its name, or die */
   static s4u::Host* by_name(std::string name);
   /** Retrieves the host on which the current actor is running */
   static s4u::Host* current();