From 6f6ed4f9f16d67e69426a7a669e4a065554d52b1 Mon Sep 17 00:00:00 2001 From: "Adam C. Emerson" Date: Thu, 28 Mar 2019 22:00:31 -0400 Subject: [PATCH] auth: Update AuthServer.h to work without using namespace Signed-off-by: Adam C. Emerson --- src/auth/AuthServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.39.5