Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] Add member initializers
[simgrid.git] / src / simix / SynchroExec.hpp
index b771a39..e52d59d 100644 (file)
@@ -21,8 +21,8 @@ namespace simix {
     void post() override;
     double remains();
 
-    sg_host_t host; /* The host where the execution takes place. If NULL, then this is a parallel exec (and only surf knows the hosts) */
-    surf_action_t surf_exec=nullptr;/* The Surf execution action encapsulated */
+    sg_host_t host = nullptr; /* The host where the execution takes place. If NULL, then this is a parallel exec (and only surf knows the hosts) */
+    surf_action_t surf_exec = nullptr; /* The Surf execution action encapsulated */
   };
 
 }} // namespace simgrid::simix