-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45120/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Joris Van Remoortere.
Bugs: MESOS-2408
https://issues.apache.org/jira/browse/MESOS-2408
Repository: mesos
Description
-------
This allows `os::rmdir("/x")` to optionally remove all the child
files and directories of the root directory "/x", but preserve "/x"
itself.
Diffs
-----
3rdparty/libprocess/3rdparty/stout/include/stout/os/posix/rmdir.hpp
cbc97596cd8ed1e6d4261568fd0086c86e063232
3rdparty/libprocess/3rdparty/stout/include/stout/os/windows/rmdir.hpp
4e3dd0ff8cbfe470b14c7cacbd861e7dc8384ba1
3rdparty/libprocess/3rdparty/stout/tests/os/rmdir_tests.cpp
daa46e05d113fd62ea9dad042ec41aaab28ad003
Diff: https://reviews.apache.org/r/45120/diff/
Testing
-------
make check
Thanks,
Neil Conway