X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a067481f5e9782cf82ebc6c1487d58083ec2fbd5..084e8bbede5c1c275292a037a5b2fbfcb8c7d381:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index 9b356ddefd..7a1e3dc5b9 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -75,7 +75,6 @@ AS_t model_rulebased_create(void); /* create structures for rulebased routi AS_t model_cluster_create(void); /* create structures for cluster routing model */ /* Pass info from the cluster parser to the cluster routing */ -void surf_routing_cluster_add_link(const char* host_id,surf_parsing_link_up_down_t info); void surf_routing_cluster_add_backbone(AS_t as, void* bb); /* ************************************************** */