X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2e9105988280d1e88b5b496d6e2eed4c8d541883..253aec39d6b6cdae39cd320f47f952b7cd665048:/src/surf/surf_routing_private.h diff --git a/src/surf/surf_routing_private.h b/src/surf/surf_routing_private.h index c1369d03d9..6c2e754d13 100644 --- a/src/surf/surf_routing_private.h +++ b/src/surf/surf_routing_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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;