Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also change the namespace of kernel/resource/{Action,Model}
[simgrid.git] / src / kernel / activity / SynchroIo.hpp
index f827ac6..b7f7e1b 100644 (file)
@@ -20,7 +20,7 @@ public:
   void resume() override;
   void post() override;
 
-  surf_action_t surf_io = nullptr;
+  simgrid::kernel::resource::Action* surf_io = nullptr;
   };
 
 }}} // namespace simgrid::kernel::activity