> On Oct. 16, 2015, 8:03 p.m., Joseph Wu wrote: > > 3rdparty/libprocess/include/process/socket.hpp, line 20 > > <https://reviews.apache.org/r/39377/diff/2/?file=1100126#file1100126line20> > > > > Is this include used? > > > > I didn't see (an obvious) use through `socket.hpp`, `socket.cpp`, or > > `poll_socket.cpp`.
Yeah. This dependency is used implicitly throughout the agent codebase, and if you pull it out, then you would have to add it directly to all of those files (maybe 6 of them). Arguably you _should_ do this but I aimed for a minimal diff instead (1) because I didn't want to cause waves, and (2) because I think that refactoring headers to be more sane is a much bigger task that we should consider just doing as part of a "clean up the debt" hackathon or something. - Alex ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39377/#review102974 ----------------------------------------------------------- On Oct. 16, 2015, 7:50 p.m., Alex Clemmer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39377/ > ----------------------------------------------------------- > > (Updated Oct. 16, 2015, 7:50 p.m.) > > > Review request for mesos, Artem Harutyunyan, Joris Van Remoortere, and Joseph > Wu. > > > Bugs: MESOS-3628, MESOS-3649 and MESOS-3656 > https://issues.apache.org/jira/browse/MESOS-3628 > https://issues.apache.org/jira/browse/MESOS-3649 > https://issues.apache.org/jira/browse/MESOS-3656 > > > Repository: mesos > > > Description > ------- > > Windows: Add Windows support to `process/socket.hpp`. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/socket.hpp > 4b2597f617fc4072144c9666a378d4ffad53a592 > 3rdparty/libprocess/src/poll_socket.cpp > 28ed102972a9d8f88048aea4046ed837b6a25b35 > > Diff: https://reviews.apache.org/r/39377/diff/ > > > Testing > ------- > > CMake `make check` on Ubuntu 15, OS X 10.10, and ran `check` target in VS2015 > on Windows 10. > > Autotools `make check` on Ubuntu 15. > > > Thanks, > > Alex Clemmer > >
