Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix unset variables issues
[simgrid.git] / src / surf / surf_routing_floyd.hpp
index 72ada100706feebf6c246aa1e0103446da3fb181..56b6805cddc30e21916aeea9ec7f55b726230d0c 100644 (file)
@@ -17,6 +17,7 @@ public:
 
   void getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr 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);
   void end();
   //void parseASroute(sg_platf_route_cbarg_t route);