X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e8f8b64b899284cbd166542ba352cd0c44059e8..d531b19a0d1b2931ce8177bacd0124065c68476f:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index c1369d03d9..99f54ddfc8 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -63,15 +63,12 @@ AS_t model_floyd_create(void); /* create structures for floyd routing model */ void model_floyd_end(AS_t as); /* finalize the creation of floyd routing model */ void model_floyd_parse_route(AS_t rc, sg_platf_route_cbarg_t route); -/* ************************************************** */ -/* ************** RULE-BASED ROUTING **************** */ -AS_t model_rulebased_create(void); /* create structures for rulebased routing model */ - /* ************************************************** */ /* ************** Cluster ROUTING **************** */ typedef struct { s_as_t generic_routing; void *backbone; + void *loopback; sg_routing_edge_t router; } s_as_cluster_t, *as_cluster_t;