Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::activity
[simgrid.git] / src / kernel / activity / SynchroSleep.hpp
index 1b838fe..d247833 100644 (file)
@@ -10,7 +10,8 @@
 #include "src/kernel/activity/Synchro.h"
 
 namespace simgrid {
-namespace simix {
+namespace kernel {
+namespace activity {
 
   XBT_PUBLIC_CLASS Sleep : public Synchro {
   public:
@@ -22,6 +23,6 @@ namespace simix {
     surf_action_t surf_sleep = nullptr; /* The Surf sleeping action encapsulated */
   };
 
-}} // namespace simgrid::simix
+}}} // namespace simgrid::kernel::activity
 
 #endif