X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..dec88cb5450df90eb490d9bf0655184904981438:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index c1369d03d9..b63fb23a9c 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -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;