----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28485/ -----------------------------------------------------------
(Updated March 20, 2015, 5:42 p.m.) Review request for mesos, Benjamin Hindman and Niklas Nielsen. Bugs: MESOS-2527 https://issues.apache.org/jira/browse/MESOS-2527 Repository: mesos Description ------- This makes it clearer when we intend to bind on a specific ip:port (socket.bind(node)) and when we just want to bind to any local port (socket.bind()). Diffs ----- 3rdparty/libprocess/include/process/address.hpp 0f0a577bd1b8940f71fc486dcb1be7aa55d57ab2 3rdparty/libprocess/include/process/socket.hpp 2c4258775bd90f91f1922a3cf2bb4ddf5c334881 3rdparty/libprocess/src/process.cpp e7b029ba97e640c2102548c190ba62b30602f43d Diff: https://reviews.apache.org/r/28485/diff/ Testing ------- make check Thanks, Joris Van Remoortere