This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 288b6a3 Fixed agent reregistration and marking as unreachable race.
new 5b53a09 Removed unused io watcher queue from libev.cpp.
new 58fe919 Avoid using the libev default loop.
new 446280e Added support for multiple event loop / IO threads for libev.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
3rdparty/libprocess/src/posix/libev/libev.cpp | 211 +++++++++++++++++----
3rdparty/libprocess/src/posix/libev/libev.hpp | 74 +++++---
3rdparty/libprocess/src/posix/libev/libev_poll.cpp | 11 +-
3 files changed, 224 insertions(+), 72 deletions(-)