-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12436/
-----------------------------------------------------------

(Updated July 12, 2013, 1:28 a.m.)


Review request for mesos and Ben Mahler.


Changes
-------

Updated code to get a fresh process table after stopping each process to ensure 
we get all the children.


Repository: mesos


Description
-------

* Uses a static "view" of the processes (less system calls and less volatile 
semantics).

* Doesn't include processes from the parent group or session (unless they are 
in the tree).

* Returns a list of process trees instead of outputing the different processes 
encountered (the process trees can be stringified).


Diffs (updated)
-----

  3rdparty/libprocess/3rdparty/stout/include/stout/os/killtree.hpp 
2a0f01a7e23d66dc5852f82e81ea9be60778ef04 
  3rdparty/libprocess/3rdparty/stout/include/stout/os/pstree.hpp PRE-CREATION 
  3rdparty/libprocess/3rdparty/stout/tests/os_tests.cpp 
6a11b018f83651be20026850aeb7cf08d7c85b2f 

Diff: https://reviews.apache.org/r/12436/diff/


Testing
-------

make check


Thanks,

Benjamin Hindman

Reply via email to