X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..e9969d7016d2fdfc32e95b14472d2b7c78653acb:/src/surf/surf_routing_cluster.hpp diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index c3e887118e..6300c8e8f1 100644 --- a/src/surf/surf_routing_cluster.hpp +++ b/src/surf/surf_routing_cluster.hpp @@ -1,5 +1,5 @@ #include "surf_routing_none.hpp" -#include "network.hpp" +#include "network_interface.hpp" #ifndef SURF_ROUTING_CLUSTER_HPP_ #define SURF_ROUTING_CLUSTER_HPP_ @@ -33,11 +33,13 @@ public: int parsePU(RoutingEdgePtr elm); /* A host or a router, whatever */ int parseAS(RoutingEdgePtr elm); - //virtual void parseBypassroute(sg_platf_route_cbarg_t e_route)=0; - - NetworkCm02LinkPtr p_backbone; + NetworkLinkPtr p_backbone; void *p_loopback; RoutingEdgePtr p_router; + xbt_dynar_t p_dimensions; + int p_has_limiter; + int p_has_loopback; + };