----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54113/#review157083 -----------------------------------------------------------
3rdparty/libprocess/include/process/socket.hpp (lines 392 - 394) <https://reviews.apache.org/r/54113/#comment227500> BenM pointed out on my similar review that we need to alter our Windows headers to map the POSIX constants `SHUT_WR` and `SHUT_RDWR` onto their Windows equivalents. Something like this: https://reviews.apache.org/r/53990/ - Greg Mann On Nov. 28, 2016, 6:19 a.m., Benjamin Hindman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/54113/ > ----------------------------------------------------------- > > (Updated Nov. 28, 2016, 6:19 a.m.) > > > Review request for mesos and Benjamin Mahler. > > > Repository: mesos > > > Description > ------- > > Added support for specifying how a socket should be shutdown. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/socket.hpp > f798af7879546d71e8ef4a295c9cf489a70cb61f > > Diff: https://reviews.apache.org/r/54113/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Hindman > >
