X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7169524b7d6066c8ff315dfca1c529bf3e39a6b3..4be5a419ec94da00473952d816919782ffa260f0:/src/kernel/activity/SynchroExec.hpp diff --git a/src/kernel/activity/SynchroExec.hpp b/src/kernel/activity/SynchroExec.hpp index c0e315f956..9269975d17 100644 --- a/src/kernel/activity/SynchroExec.hpp +++ b/src/kernel/activity/SynchroExec.hpp @@ -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; };