X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f08bdbc99e7c2b305bfc7fa82e8dd2b0daeb2591..6a66ef7c8b80c9f76525b67c64d847e3803ee517:/src/simix/SynchroExec.hpp diff --git a/src/simix/SynchroExec.hpp b/src/simix/SynchroExec.hpp index b771a39123..e52d59d227 100644 --- a/src/simix/SynchroExec.hpp +++ b/src/simix/SynchroExec.hpp @@ -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