-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20995/
-----------------------------------------------------------
(Updated May 8, 2014, 4:28 p.m.)
Review request for mesos and Ben Mahler.
Changes
-------
Added second constructor instead of replacing it.
Summary (updated)
-----------------
Allow Gauge to take simple functions.
Bugs: MESOS-1286
https://issues.apache.org/jira/browse/MESOS-1286
Repository: mesos-git
Description
-------
see summary.
This allows synchronous Gauge methods which reduces potential process queue
pressure.
Diffs (updated)
-----
3rdparty/libprocess/include/process/metrics/gauge.hpp
af06534622b3f00c1d1dc5c577527375318fd79a
3rdparty/libprocess/src/tests/metrics_tests.cpp
8a131218b858a6571bd520c470eac850a3fd345e
Diff: https://reviews.apache.org/r/20995/diff/
Testing
-------
make check
Thanks,
Dominic Hamon