Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
some simple cleanups in the routing code
[simgrid.git] / src / surf / sg_platf.cpp
index 09f9f45..a42a5d2 100644 (file)
@@ -95,7 +95,7 @@ void sg_platf_new_router(sg_platf_router_cbarg_t router)
   info->setId(current_routing->parsePU(info));
   xbt_lib_set(as_router_lib, router->id, ROUTING_ASR_LEVEL, (void *) info);
   XBT_DEBUG("Having set name '%s' id '%d'", router->id, info->getId());
-  simgrid::surf::routingEdgeCreatedCallbacks(info);
+  simgrid::surf::netcardCreatedCallbacks(info);
 
   if (router->coord && strcmp(router->coord, "")) {
     unsigned int cursor;