-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/10231/
-----------------------------------------------------------
(Updated April 13, 2013, 7:52 a.m.)
Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
Changes
-------
Separated out libstout specific changes.
Summary (updated)
-----------------
Added os::sleep() which takes a Duration object. (libstout)
Description
-------
This is part 1.
Part 2 would be to replace sleep() call in Mesos to use os::sleep().
This addresses bug MESOS-415.
https://issues.apache.org/jira/browse/MESOS-415
Diffs (updated)
-----
third_party/libprocess/third_party/stout/include/stout/os.hpp
112edfd9955bd2c2f8e10fbd39d3d0a2e942909a
third_party/libprocess/third_party/stout/tests/os_tests.cpp
d543b6d585097fbd6ee455d4807f23eb3b532a23
Diff: https://reviews.apache.org/r/10231/diff/
Testing (updated)
-------
Ran make check
Thanks,
Jiang Yan Xu