]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_rest_realm.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_rest_realm.h
index fd4401d9649d0793ccb2b8e95c07828830deefc8..84ee86b48ad919222e4db5763dd5cdb95308eedc 100644 (file)
@@ -9,7 +9,8 @@ class RGWRESTMgr_Realm : public RGWRESTMgr {
 public:
   RGWRESTMgr_Realm();
 
-  RGWHandler_REST* get_handler(struct req_state*,
+  RGWHandler_REST* get_handler(rgw::sal::RGWRadosStore *store,
+                              struct req_state*,
                                const rgw::auth::StrategyRegistry& auth_registry,
                                const std::string&) override;
 };