Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dist
[simgrid.git] / src / kernel / activity / SynchroExec.hpp
index c0e315f..9269975 100644 (file)
@@ -22,7 +22,7 @@ namespace activity {
     void post() override;
     double remains();
 
-    sg_host_t host = nullptr; /* The host where the execution takes place. If nullptr, then this is a parallel exec (and only surf knows the hosts) */
+    sg_host_t host_ = nullptr; /* The host where the execution takes place. If nullptr, then this is a parallel exec (and only surf knows the hosts) */
     surf_action_t surf_exec = nullptr; /* The Surf execution action encapsulated */
     surf::Action* timeoutDetector = nullptr;
   };