Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also change the namespace of kernel/resource/{Action,Model}
[simgrid.git] / src / kernel / activity / SynchroRaw.hpp
index f5ef90d..eaa8e9c 100644 (file)
@@ -6,8 +6,8 @@
 #ifndef SIMIX_SYNCHRO_RAW_HPP
 #define SIMIX_SYNCHRO_RAW_HPP
 
-#include "surf/surf.h"
 #include "src/kernel/activity/ActivityImpl.hpp"
+#include "surf/surf.hpp"
 
 namespace simgrid {
 namespace kernel {
@@ -22,7 +22,7 @@ public:
   void resume() override;
   void post() override;
 
-  surf_action_t sleep = nullptr;
+  simgrid::kernel::resource::Action* sleep = nullptr;
   };
 
 }}} // namespace simgrid::kernel::activity