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 / EmptyZone.hpp
similarity index 94%
rename from src/kernel/routing/EmptyZone.hpp
rename to include/simgrid/kernel/routing/EmptyZone.hpp
index 2ec0d85..eb8898e 100644 (file)
@@ -32,8 +32,8 @@ public:
   void getGraph(xbt_graph_t graph, std::map<std::string, xbt_node_t>* /*nodes*/,
                 std::map<std::string, xbt_edge_t>* /*edges*/) override;
 };
-}
-}
-} // namespace
+} // namespace routing
+} // namespace kernel
+} // namespace simgrid
 
 #endif /* SURF_ROUTING_NONE_HPP_ */