Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of dynars created by getOneLinkRoutes()
[simgrid.git] / src / kernel / routing / AsImpl.cpp
index 3bd9c9e..33688ac 100644 (file)
@@ -41,9 +41,8 @@ namespace simgrid {
     return res;
   }
 
-  xbt_dynar_t AsImpl::getOneLinkRoutes()
+  void AsImpl::getOneLinkRoutes(xbt_dynar_t accumulator)
   {
-    return nullptr;
   }
 
   /** @brief Get the common ancestor and its first children in each line leading to src and dst