----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71660/ -----------------------------------------------------------
(Updated Nov. 13, 2019, 11:03 a.m.) Review request for mesos, Benno Evers, Benjamin Mahler, Greg Mann, and Till Toenshoff. Changes ------- Modified autotools build too. Bugs: MESOS-10009 https://issues.apache.org/jira/browse/MESOS-10009 Repository: mesos Description ------- This creates some new files implementing the SocketImpl class, in preparation for implementing generic SSL sockets. The new class is used whenever SSL is enabled, but Libevent is not. Diffs (updated) ----- 3rdparty/libprocess/Makefile.am 641251af5631e9b3928dfb282cdbc266ba76572e 3rdparty/libprocess/src/CMakeLists.txt 40c8ef935104bab4ea2f8b2b5919450b55165f60 3rdparty/libprocess/src/openssl.cpp bd05866950e1043d9585a7c5fdc7b2147a233fd3 3rdparty/libprocess/src/socket.cpp 606a1c46e50936251c29af4b996007c480b2a135 3rdparty/libprocess/src/ssl/socket_wrapper.hpp PRE-CREATION 3rdparty/libprocess/src/ssl/socket_wrapper.cpp PRE-CREATION Diff: https://reviews.apache.org/r/71660/diff/3/ Changes: https://reviews.apache.org/r/71660/diff/2-3/ Testing ------- cmake .. -ENABLE_SSL=1 # No Libevent here! Thanks, Joseph Wu