Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
also change the namespace of kernel/resource/{Action,Model}
[simgrid.git] / src / kernel / activity / SleepImpl.hpp
index 5441f61..38c781f 100644 (file)
@@ -21,7 +21,7 @@ public:
   void post() override;
 
   sg_host_t host           = nullptr; /* The host that is sleeping */
-  surf_action_t surf_sleep = nullptr; /* The Surf sleeping action encapsulated */
+  simgrid::kernel::resource::Action* surf_sleep = nullptr; /* The Surf sleeping action encapsulated */
 };
 }
 }