]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/auth/cephx/CephxAuthorizeHandler.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / auth / cephx / CephxAuthorizeHandler.h
index 769426c43841ea45572d1b08289709e817a4a854..b72b7c5e9cc702404be6f3f652fd4e5bc287c155 100644 (file)
 #define CEPH_CEPHXAUTHORIZEHANDLER_H
 
 #include "auth/AuthAuthorizeHandler.h"
-
-class CephContext;
+#include "include/common_fwd.h"
 
 struct CephxAuthorizeHandler : public AuthAuthorizeHandler {
   bool verify_authorizer(
     CephContext *cct,
-    KeyStore *keys,
+    const KeyStore& keys,
     const bufferlist& authorizer_data,
     size_t connection_secret_required_len,
     bufferlist *authorizer_reply,