]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/none/AuthNoneClientHandler.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / auth / none / AuthNoneClientHandler.h
index 4cc4c8a0c933db68c21be3b4a9a395d03046b41a..66b4d59fc5ddef12688646b3e2b08b0cc9f386bc 100644 (file)
@@ -33,11 +33,11 @@ public:
   void reset() override { }
 
   void prepare_build_request() override {}
-  int build_request(bufferlist& bl) const override { return 0; }
-  int handle_response(int ret, bufferlist::const_iterator& iter,
+  int build_request(ceph::buffer::list& bl) const override { return 0; }
+  int handle_response(int ret, ceph::buffer::list::const_iterator& iter,
                      CryptoKey *session_key,
                      std::string *connection_secret) override { return 0; }
-  bool build_rotating_request(bufferlist& bl) const override { return false; }
+  bool build_rotating_request(ceph::buffer::list& bl) const override { return false; }
 
   int get_protocol() const override { return CEPH_AUTH_NONE; }