Dan Burkert has uploaded a new patch set (#2). Change subject: TLS-negotiation [5/n]: Rename sasl_[client|server] to [client|server]_negotiation ......................................................................
TLS-negotiation [5/n]: Rename sasl_[client|server] to [client|server]_negotiation This rename is in anticipation of a major refactor to both of these classes which will make them less specific to SASL. The file rename is kept in a separate commit in order to preserve git history. Change-Id: Ib4fb4bcdb7c7a43eea88b2911d2b2e75eafa62b0 --- M src/kudu/rpc/CMakeLists.txt R src/kudu/rpc/client_negotiation.cc R src/kudu/rpc/client_negotiation.h M src/kudu/rpc/connection.cc M src/kudu/rpc/connection.h R src/kudu/rpc/negotiation-test.cc M src/kudu/rpc/negotiation.cc M src/kudu/rpc/reactor.cc R src/kudu/rpc/server_negotiation.cc R src/kudu/rpc/server_negotiation.h 10 files changed, 25 insertions(+), 24 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/5759/2 -- To view, visit http://gerrit.cloudera.org:8080/5759 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib4fb4bcdb7c7a43eea88b2911d2b2e75eafa62b0 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]>
