]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing_generic.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make cluster routing a bit more flexible, to allow adding other kinds of clusters
[simgrid.git] / src / surf / surf_routing_generic.hpp
index 756460b6fc0a7880fd64f142a1d0cc83e1db8025..ae6a6153ce5517fdcfe5b5afbaed8ddbad07bd8a 100644 (file)
@@ -6,11 +6,12 @@
 class AsGeneric;
 typedef AsGeneric *AsGenericPtr;
 
+void generic_free_route(sg_platf_route_cbarg_t route);
+
 class AsGeneric : public AsNone {
 public:
   AsGeneric();
   ~AsGeneric();
-  int test(){return 2;};
 
   virtual void getRouteAndLatency(RoutingEdgePtr src, RoutingEdgePtr dst, sg_platf_route_cbarg_t into, double *latency);
   virtual xbt_dynar_t getOneLinkRoutes();