Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the way Execs detect host failures
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 25 Feb 2023 17:40:49 +0000 (18:40 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 25 Feb 2023 17:40:54 +0000 (18:40 +0100)
commit28cc5a21ac7972001e64e9c2bd8f306fe1145cce
tree695c64a758c272d132b1304bb6ecb4dc3d9be646
parentda48c474b952392ac4a591b56eb83289bc586407
Simplify the way Execs detect host failures

Have the ExecImpl install the callback instead of having the s4u::Exec
do so, and then set an internal field of ExecImpl.
src/kernel/activity/ExecImpl.cpp
src/kernel/activity/ExecImpl.hpp
src/s4u/s4u_Exec.cpp