-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26060/
-----------------------------------------------------------

Review request for mesos and Niklas Nielsen.


Repository: mesos-git


Description
-------

Move http_proxy out of process.cpp, which forces the bare scaffolding for the 
event_manager abstraction dependency injection.
For now: SocketManager -> EventManager -> internal::EventManager.
In this step we only virtualized (raised) the mandatory send() functions.
internal::EventManager exists to inject only the functions that http_proxy 
depends on.


Diffs
-----

  3rdparty/libprocess/Makefile.am 616618e 
  3rdparty/libprocess/src/event_manager.hpp PRE-CREATION 
  3rdparty/libprocess/src/event_manager_base.hpp PRE-CREATION 
  3rdparty/libprocess/src/http_proxy.hpp PRE-CREATION 
  3rdparty/libprocess/src/http_proxy.cpp PRE-CREATION 
  3rdparty/libprocess/src/process.cpp e46e6b1 

Diff: https://reviews.apache.org/r/26060/diff/


Testing
-------

make check
support/mesos-style.py


Thanks,

Joris Van Remoortere

Reply via email to