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 / FullZone.hpp
similarity index 87%
rename from src/kernel/routing/FullZone.hpp
rename to include/simgrid/kernel/routing/FullZone.hpp
index d92e444..a969f3b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2016. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2018. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_ROUTING_FULL_HPP_
 #define SIMGRID_ROUTING_FULL_HPP_
 
-#include "src/kernel/routing/RoutedZone.hpp"
+#include <simgrid/kernel/routing/RoutedZone.hpp>
 
 namespace simgrid {
 namespace kernel {
@@ -31,8 +31,8 @@ public:
 
   RouteCreationArgs** routingTable_ = nullptr;
 };
-}
-}
-} // namespaces
+} // namespace routing
+} // namespace kernel
+} // namespace simgrid
 
 #endif /* SIMGRID_ROUTING_FULL_HPP_ */