----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55024/ -----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer, Daniel Pravat, John Kordich, and Joseph Wu. Repository: mesos Description ------- Currently libprocess will attempt to use sockets without initializing the socket stack on Windows. This commit will resolving this problem by causing `process::initialize` to initialize the socket stack. Diffs ----- 3rdparty/libprocess/src/process.cpp 889a03444eaee7b5ad2be65bb414c30062d4a4f0 Diff: https://reviews.apache.org/r/55024/diff/ Testing ------- Thanks, Alex Clemmer
