X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee21ec5f99218189fc98898a09150294cd0fbf4..5ecdc36b135000c3ae6010f388d66937faed9e8a:/src/surf/surf_routing_cluster.hpp diff --git a/src/surf/surf_routing_cluster.hpp b/src/surf/surf_routing_cluster.hpp index c3e887118e..b134050a02 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,9 +33,7 @@ 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; };