----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26578/#review56264 -----------------------------------------------------------
3rdparty/libprocess/include/process/gc.hpp <https://reviews.apache.org/r/26578/#comment96567> std::map<UPID, std::unique_ptr<ProcessBase>> processes? - Dominic Hamon On Oct. 10, 2014, 3:13 p.m., Joris Van Remoortere wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26578/ > ----------------------------------------------------------- > > (Updated Oct. 10, 2014, 3:13 p.m.) > > > Review request for mesos, Benjamin Hindman and Niklas Nielsen. > > > Repository: mesos-git > > > Description > ------- > > Implement the finalize() virtual override for Libprocess' garbage collector. > This terminates all processes registered with the garbage collector when the > garbage collector terminates. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/gc.hpp e83c636 > > Diff: https://reviews.apache.org/r/26578/diff/ > > > Testing > ------- > > make check > support/mesos-style.py > > > Thanks, > > Joris Van Remoortere > >
