X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/63ebf4be4ca6a243a64c7ded8df9b96a9d28d3ff..2212826ed1d2df61b17e5984660e19288247063f:/src/kernel/routing/NetPoint.cpp diff --git a/src/kernel/routing/NetPoint.cpp b/src/kernel/routing/NetPoint.cpp index 6c38c0cb86..e1b0510aee 100644 --- a/src/kernel/routing/NetPoint.cpp +++ b/src/kernel/routing/NetPoint.cpp @@ -22,7 +22,7 @@ NetPoint::NetPoint(std::string name, NetPoint::Type componentType, NetZoneImpl* id_ = netzone_p->addComponent(this); else id_ = static_cast(-1); - simgrid::s4u::Engine::getInstance()->netpointRegister(this); + simgrid::s4u::Engine::getInstance()->netpoint_register(this); simgrid::kernel::routing::NetPoint::onCreation(this); } }