Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Fix MC tests."
[simgrid.git] / src / s4u / s4u_Host.cpp
index bb56640..2689b56 100644 (file)
@@ -74,6 +74,16 @@ Host* Host::current()
   return self->get_host();
 }
 
+xbt::string const& Host::get_name() const
+{
+  return this->pimpl_->get_name();
+}
+
+const char* Host::get_cname() const
+{
+  return this->pimpl_->get_cname();
+}
+
 void Host::turn_on()
 {
   if (not is_on()) {