Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake_case the s4u::NetZone signals
[simgrid.git] / src / kernel / routing / RoutedZone.cpp
index 249320a..f6585e6 100644 (file)
@@ -201,7 +201,7 @@ void RoutedZone::addRouteCheckParams(NetPoint* src, NetPoint* dst, NetPoint* gw_
                dstName, gw_dst->get_cname());
   }
 
-  onRouteCreation(symmetrical, src, dst, gw_src, gw_dst, link_list);
+  on_route_creation(symmetrical, src, dst, gw_src, gw_dst, link_list);
 }
 }
 }