-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39472/
-----------------------------------------------------------
(Updated Oct. 20, 2015, 4:24 p.m.)
Review request for mesos, Bernd Mathiske and Till Toenshoff.
Changes
-------
Added documentation.
Bugs: MESOS-3231
https://issues.apache.org/jira/browse/MESOS-3231
Repository: mesos
Description
-------
Introduces the `InheritanceTree` class which allows to create a tree where
nodes can be tag with some property. This property is then inherited by
children nodes.
It relates to [r/37996/](https://reviews.apache.org/r/37996/). It moves the
`InheritanceTree` to the place it will be used in the next review so as to not
pollute stout. Unit tests cannot be directly performed because now the
structure has not public visibility so the tests will be execute as integration
tests in future reviews when the structure is used.
Diffs (updated)
-----
3rdparty/libprocess/src/process.cpp 954d31424bc8f8ecfa78b80513c480f2514ec271
Diff: https://reviews.apache.org/r/39472/diff/
Testing
-------
make check
Thanks,
Alexander Rojas