X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0fe1137efda109ff1a402ab5f8317d3ec3a676dc..18801754584f9ffc3e7c2407008ac24c0eb57926:/src/surf/surf_routing_floyd.hpp?ds=sidebyside diff --git a/src/surf/surf_routing_floyd.hpp b/src/surf/surf_routing_floyd.hpp index 592e0d5f24..1302a84e9b 100644 --- a/src/surf/surf_routing_floyd.hpp +++ b/src/surf/surf_routing_floyd.hpp @@ -12,6 +12,9 @@ #include "surf_routing_generic.hpp" +namespace simgrid { +namespace surf { + /*********** * Classes * ***********/ @@ -22,7 +25,7 @@ public: AsFloyd(); ~AsFloyd(); - void getRouteAndLatency(RoutingEdge *src, RoutingEdge *dst, sg_platf_route_cbarg_t into, double *latency); + void getRouteAndLatency(NetCard *src, NetCard *dst, sg_platf_route_cbarg_t into, double *latency); xbt_dynar_t getOneLinkRoutes(); void parseASroute(sg_platf_route_cbarg_t route); void parseRoute(sg_platf_route_cbarg_t route); @@ -47,6 +50,7 @@ public: sg_platf_route_cbarg_t *p_linkTable; }; - +} +} #endif /* SURF_ROUTING_FLOYD_HPP_ */