]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth/Auth{Client,Server}: pass auth_meta in explicitly
authorSage Weil <sage@redhat.com>
Tue, 29 Jan 2019 17:46:48 +0000 (11:46 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 18:10:33 +0000 (12:10 -0600)
commit160b54da8008c1fb3cca15f99c38d3885a4cd82f
tree13949bc1c564fd1179f34bcff2e76734467055d4
parenta948c0d0de3b857d186e483be6bd931634bdff00
auth/Auth{Client,Server}: pass auth_meta in explicitly

This removes the wonky accessor on Connection, and most importantly
allows the caller to control the lifecycle of the AuthConnectionMeta.

Signed-off-by: Sage Weil <sage@redhat.com>
src/auth/AuthClient.h
src/auth/AuthServer.h
src/mon/MonClient.cc
src/mon/MonClient.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/msg/Connection.h
src/msg/async/AsyncConnection.cc
src/msg/async/AsyncConnection.h
src/msg/async/Protocol.h
src/msg/async/ProtocolV2.cc