Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a loopback_lat and loopback_bw to cluster tag
[simgrid.git] / src / surf / surf_routing_private.h
index c1369d0..b63fb23 100644 (file)
@@ -72,6 +72,7 @@ AS_t model_rulebased_create(void);      /* create structures for rulebased routi
 typedef struct {
   s_as_t generic_routing;
   void *backbone;
+  void *loopback;
   sg_routing_edge_t router;
 } s_as_cluster_t, *as_cluster_t;