-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18001/
-----------------------------------------------------------
(Updated Feb. 12, 2014, 9 p.m.)
Review request for mesos.
Changes
-------
Addressed comments and implemented process::socket helper function embedding
setsockopt in it. Unfortunately I had to place in process.cpp as socket.hpp
didn't work - linker complained about multiple definitions.
Bugs: MESOS-912
https://issues.apache.org/jira/browse/MESOS-912
Repository: mesos-git
Description
-------
Following the discussion in JIRA - disable SIGPIPE on MacOS via setsockopt as
it doesn't support MSG_NOSIGNAL.
Diffs (updated)
-----
3rdparty/libprocess/src/process.cpp 2e7764a8e0badec704b8610f3f72f0bd16cc9612
Diff: https://reviews.apache.org/r/18001/diff/
Testing
-------
None.
Thanks,
Nikita Vetoshkin