X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/924b94ede191ef9c844da856e535254c764f4a14..3fc07005abb54bbceec067c73455b50f96e5d908:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 7c57168c03..af04c7597a 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -242,6 +242,7 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(surf_routing_generic); XBT_LOG_CONNECT(surf_route_cluster); XBT_LOG_CONNECT(surf_route_cluster_torus); + XBT_LOG_CONNECT(surf_route_cluster_dragonfly); XBT_LOG_CONNECT(surf_route_dijkstra); XBT_LOG_CONNECT(surf_route_fat_tree); XBT_LOG_CONNECT(surf_route_floyd);