]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
auth: Update AuthServer.h to work without using namespace
authorAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 02:00:31 +0000 (22:00 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Fri, 29 Mar 2019 14:30:39 +0000 (10:30 -0400)
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/auth/AuthServer.h

index e3bc8787710e7f3024de30105d366582482aab60..80b4e2114df7d2d448fdd6d29fa0e4c3ebeffe2c 100644 (file)
@@ -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;
 };