----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13602/ -----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, Ian Downes, Vinod Kone, and Jiang Yan Xu. Repository: mesos-git Description ------- Replaced manual reference counting with shared_ptr in Future. This allows us to kill some nasty copy and deallocation functions in Future (e.g. cleanup, copy). Diffs ----- 3rdparty/libprocess/include/process/future.hpp daf4b92 Diff: https://reviews.apache.org/r/13602/diff/ Testing ------- make check -j8 Thanks, Jie Yu
