]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/mon: rename Connection::authenticate()
authorKefu Chai <kchai@redhat.com>
Thu, 11 Apr 2019 07:52:44 +0000 (15:52 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 16 Apr 2019 14:14:11 +0000 (22:14 +0800)
commitafdb0b5a56c23ee56ea2d8bbd0d4e7b391d7781e
treeb60b36ae0fbdd11226e61b6b8b1a2b453bbf4ab0
parentc273eb6c7d038637634881395ebe49439739d854
crimson/mon: rename Connection::authenticate()

rename Connection::authenticate() to Connection::authenticate_v1() to
differentiate it from Connection::authenticate_v2(). the latter will be
added for v2 msgr support.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mon/MonClient.cc