Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize a few simcall_execution_* calls
[simgrid.git] / src / kernel / activity / ExecImpl.hpp
index 6ea0231..4ed1ab7 100644 (file)
@@ -33,6 +33,7 @@ public:
 
   /* The host where the execution takes place. nullptr means this is a parallel exec (and only surf knows the hosts) */
   s4u::Host* host_ = nullptr;
+
 private:
   resource::Action* timeout_detector_ = nullptr;