]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_Netzone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Profile support for Disk
[simgrid.git] / src / s4u / s4u_Netzone.cpp
index 61879cdfe00bd77ba6088d25829889d92a361be7..90dedc88c782cea85941af79626db0804f142abf 100644 (file)
@@ -200,6 +200,10 @@ kernel::routing::NetPoint* NetZone::create_router(const std::string& name)
   return kernel::actor::simcall([this, &name] { return pimpl_->create_router(name); });
 }
 
+kernel::routing::NetPoint* NetZone::get_netpoint()
+{
+  return pimpl_->get_netpoint();
+}
 } // namespace s4u
 } // namespace simgrid