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 / NetPoint.hpp
similarity index 94%
rename from src/kernel/routing/NetPoint.hpp
rename to include/simgrid/kernel/routing/NetPoint.hpp
index ee02d4a..8810824 100644 (file)
@@ -10,7 +10,7 @@
 #include <xbt/base.h>
 #include <xbt/signal.hpp>
 
-#include "src/kernel/routing/NetZoneImpl.hpp"
+#include <src/kernel/routing/NetZoneImpl.hpp>
 
 namespace simgrid {
 namespace kernel {
@@ -50,9 +50,9 @@ private:
   NetPoint::Type componentType_;
   NetZoneImpl* netzone_;
 };
-}
-}
-}
+} // namespace routing
+} // namespace kernel
+} // namespace simgrid
 
 XBT_PUBLIC sg_netpoint_t sg_netpoint_by_name_or_null(const char* name);