-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54053/
-----------------------------------------------------------
(Updated Nov. 28, 2016, 9:18 p.m.)
Review request for mesos, Benjamin Mahler and Jie Yu.
Changes
-------
Updated to address Jie's comments.
Bugs: MESOS-6639
https://issues.apache.org/jira/browse/MESOS-6639
Repository: mesos
Description
-------
These callback hooks will be invoked before passing any data read from
the 'from' file descriptor on to the 'to' file descriptor.
Diffs (updated)
-----
3rdparty/libprocess/include/process/io.hpp
eec5efd7e6b71a783f2bb40826054d0488cee71f
3rdparty/libprocess/src/io.cpp d930ceebc90468e082b984e41385549f906dc6ae
3rdparty/libprocess/src/tests/io_tests.cpp
66b610e35fa9f6a1738c77d181d76dca3921e6fb
Diff: https://reviews.apache.org/r/54053/diff/
Testing
-------
GTEST_FILTER="" make -j40 check
GTEST_FILTER="IOTest.Redirect" 3rdparty/libprocess/libprocess-tests
Thanks,
Kevin Klues