From: Adam C. Emerson Date: Fri, 29 Mar 2019 02:00:31 +0000 (-0400) Subject: auth: Update AuthServer.h to work without using namespace X-Git-Tag: v15.0.0~19^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f6ed4f9f16d67e69426a7a669e4a065554d52b1;p=ceph.git auth: Update AuthServer.h to work without using namespace Signed-off-by: Adam C. Emerson --- diff --git a/src/auth/AuthServer.h b/src/auth/AuthServer.h index e3bc8787710..80b4e2114df 100644 --- a/src/auth/AuthServer.h +++ b/src/auth/AuthServer.h @@ -54,6 +54,6 @@ public: AuthConnectionMeta *auth_meta, bool more, ///< true if this is not the first part of the handshake uint32_t auth_method, - const bufferlist& bl, - bufferlist *reply) = 0; + const ceph::buffer::list& bl, + ceph::buffer::list *reply) = 0; };