-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46823/
-----------------------------------------------------------
(Updated July 3, 2016, 5:22 p.m.)
Review request for mesos, Alexander Rukletsov and Vinod Kone.
Changes
-------
Rebased.
Summary (updated)
-----------------
Fully qualified addresses of Flag members in add calls in stout.
Bugs: MESOS-3335
https://issues.apache.org/jira/browse/MESOS-3335
Repository: mesos
Description
-------
While right now we can technically `add` variables to `Flags` classes
which are not members, the in order to have correct copy semantics for
`Flags` only member variables should be used.
Here we changed all instances to a full pointer-to-member syntax in
the current code.
Diffs (updated)
-----
3rdparty/libprocess/src/tests/subprocess_tests.cpp 3f3e21514bd5e2e388165eb64d540764097557ac
Diff: https://reviews.apache.org/r/46823/diff/
Testing
-------
Tested on various platforms in internal CI.
Thanks,
Benjamin Bannier
|