Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused structure + reindent and cosmetics
[simgrid.git] / src / surf / surf_routing_dijkstra.c
index 82f1924..4d0ed98 100644 (file)
@@ -11,7 +11,7 @@ extern routing_global_t global_routing;
 extern routing_component_t current_routing;
 extern model_type_t current_routing_model;
 
-XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_dijkstra, surf, "Routing part of surf");
+XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_dijkstra, surf, "Routing part of surf -- dijkstra routing logic");
 
 typedef struct {
   s_routing_component_t generic_routing;