Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve comments
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Nov 2011 13:24:05 +0000 (14:24 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Nov 2011 13:24:05 +0000 (14:24 +0100)
src/surf/surf_routing_cluster.c

index 5438a30..d0f6cd1 100644 (file)
@@ -14,7 +14,9 @@ extern xbt_dict_t cluster_host_link;
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster, surf, "Routing part of surf");
 
-/* Routing model structure */
+/* This routing is specifically setup to represent clusters, aka homogeneous sets of machines
+ * Note that a router is created, easing the interconnexion with the rest of the world.
+ */
 
 typedef struct {
   s_routing_component_t generic_routing;