]> 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 7c99e58fdd20da83e6d9cc10c82d82d0fa603283..ae6a6153ce5517fdcfe5b5afbaed8ddbad07bd8a 100644 (file)
@@ -6,6 +6,8 @@
 class AsGeneric;
 typedef AsGeneric *AsGenericPtr;
 
+void generic_free_route(sg_platf_route_cbarg_t route);
+
 class AsGeneric : public AsNone {
 public:
   AsGeneric();