X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/436a2af9265f32c1310ef418c0b7a3ddad08066e..9e3bd4e25dac71e594a6e47ee77ccacd51da1a7c:/src/kernel/activity/ExecImpl.hpp diff --git a/src/kernel/activity/ExecImpl.hpp b/src/kernel/activity/ExecImpl.hpp index 59876f3ae4..d37b98745b 100644 --- a/src/kernel/activity/ExecImpl.hpp +++ b/src/kernel/activity/ExecImpl.hpp @@ -31,9 +31,9 @@ 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; - resource::Action* surfAction_; /* The Surf execution action encapsulated */ + resource::Action* surf_action_; /* The Surf execution action encapsulated */ private: - resource::Action* timeoutDetector = nullptr; + resource::Action* timeout_detector_ = nullptr; public: static simgrid::xbt::signal onCreation;