]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/MDSDaemon.h
update sources to 12.2.7
[ceph.git] / ceph / src / mds / MDSDaemon.h
index 8dac42c1b6263b80bb96504b751092f8e3561c11..119b22b2d913c6ef3ec5385af82bbcc16cf773af 100644 (file)
@@ -108,7 +108,8 @@ class MDSDaemon : public Dispatcher, public md_config_obs_t {
   bool ms_get_authorizer(int dest_type, AuthAuthorizer **authorizer, bool force_new) override;
   bool ms_verify_authorizer(Connection *con, int peer_type,
                               int protocol, bufferlist& authorizer_data, bufferlist& authorizer_reply,
-                              bool& isvalid, CryptoKey& session_key) override;
+                           bool& isvalid, CryptoKey& session_key,
+                           std::unique_ptr<AuthAuthorizerChallenge> *challenge) override;
   void ms_handle_accept(Connection *con) override;
   void ms_handle_connect(Connection *con) override;
   bool ms_handle_reset(Connection *con) override;