Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
renaming some tracing functions to make easy to remember what they do
[simgrid.git] / src / surf / network.c
index 34fa453..e867afd 100644 (file)
@@ -57,7 +57,7 @@ static link_CM02_t net_link_new(char *name,
   xbt_dict_set(surf_network_model->resource_set, name, nw_link,
                surf_resource_free);
 #ifdef HAVE_TRACING
-  TRACE_surf_net_link_new (name, bw_initial, lat_initial);
+  TRACE_surf_link_declaration (name, bw_initial, lat_initial);
 #endif
 
   return nw_link;