X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f9652ce82cfc59522683280b7cbcf1daf1b29180..83805c9c9180c1b65a20e169742375929ffaf87b:/src/surf/surf_routing_private.hpp diff --git a/src/surf/surf_routing_private.hpp b/src/surf/surf_routing_private.hpp index 16979416a4..5528943477 100644 --- a/src/surf/surf_routing_private.hpp +++ b/src/surf/surf_routing_private.hpp @@ -65,14 +65,6 @@ void model_floyd_parse_route(AS_t rc, sg_platf_route_cbarg_t route); /* ************************************************** */ /* ************** Cluster ROUTING **************** */ -class AsCluster : public As { -public: - void *backbone; - void *loopback; - RoutingEdgePtr p_router; -}; -typedef AsCluster *AsClusterPtr; -//FIXME:remove} s_as_cluster_t, *as_cluster_t; AsPtr model_cluster_create(void); /* create structures for cluster routing model */