X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4871b54f42ce85370d6acdbcb7e42bf75a63b389..3c3e6f4613478826b4563256814b791101b92bb3:/src/surf/surf_routing_private.hpp diff --git a/src/surf/surf_routing_private.hpp b/src/surf/surf_routing_private.hpp index 16979416a4..fa365c1518 100644 --- a/src/surf/surf_routing_private.hpp +++ b/src/surf/surf_routing_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -65,16 +65,10 @@ 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 */ +AsPtr model_torus_cluster_create(void); /* create structures for cluster routing model */ + /* ************************************************** */ /* ************** Vivaldi ROUTING **************** */