X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a7d635337f769993338c2a737bcd6a3a8f949ee..2b9f74737bbd837c728884a5ba7d0a4f02bca79d:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index ac4cbe3780..c1369d03d9 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; + sg_routing_edge_t router; } s_as_cluster_t, *as_cluster_t; AS_t model_cluster_create(void); /* create structures for cluster routing model */