----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18595/ -----------------------------------------------------------
Review request for mesos. Repository: mesos-git Description ------- New killtree(ProcessTree tree, int signal) traverse process tree and sends a signal to all pids. This is done regardless of presence and state of process. Patch is used by up coming signal escalation. Diffs ----- 3rdparty/libprocess/3rdparty/stout/include/stout/os/killtree.hpp 1f45897 Diff: https://reviews.apache.org/r/18595/diff/ Testing ------- Functional testing with signal escalation code and make check. Thanks, Niklas Nielsen
