-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11331/
-----------------------------------------------------------
(Updated Sept. 26, 2013, 5:58 p.m.)
Review request for mesos, Benjamin Hindman, Ben Mahler, Ian Downes, Jie Yu, and
Vinod Kone.
Changes
-------
Moved friend declaration to private section.
Bugs: MESOS-477
https://issues.apache.org/jira/browse/MESOS-477
Repository: mesos
Description
-------
- Currently when the result isn't a whole number, we go one-level down in terms
of the unit of time and see if we can get a whole number there. If so, use the
lower unit; if not, use the higher unit.
Diffs (updated)
-----
3rdparty/libprocess/3rdparty/stout/include/stout/duration.hpp
47e85ff8bbb310475dea382bfca9389c4295cf77
3rdparty/libprocess/3rdparty/stout/tests/duration_tests.cpp
e0910d4c82c2289f8d08deadbf4a8ef0448d0f76
Diff: https://reviews.apache.org/r/11331/diff/
Testing
-------
make check
Thanks,
Jiang Yan Xu