Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install some kernel header files for the users' plugins and more
[simgrid.git] / include / simgrid / kernel / routing / DragonflyZone.hpp
similarity index 96%
rename from src/kernel/routing/DragonflyZone.hpp
rename to include/simgrid/kernel/routing/DragonflyZone.hpp
index 492613b..bf389a4 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_
 #define SURF_ROUTING_CLUSTER_DRAGONFLY_HPP_
 
-#include "src/kernel/routing/ClusterZone.hpp"
+#include <simgrid/kernel/routing/ClusterZone.hpp>
 
 namespace simgrid {
 namespace kernel {
@@ -84,7 +84,7 @@ private:
   unsigned int numLinksperLink_     = 1; // splitduplex -> 2, only for local link
   DragonflyRouter** routers_        = nullptr;
 };
-}
-}
-}
+} // namespace routing
+} // namespace kernel
+} // namespace simgrid
 #endif