]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_user.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / services / svc_user.h
index a998f857e8b9276bb327e82a17210c754e5adea9..1cb459d31cb212cf404b135bfeee3a05282c9713 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "svc_meta_be.h"
 
-#include "rgw/rgw_service.h"
+#include "rgw_service.h"
 
 class RGWUserBuckets;
 class RGWGetUserStats_CB;
@@ -90,17 +90,14 @@ public:
                                   const DoutPrefixProvider *dpp) = 0;
 
   virtual int add_bucket(const DoutPrefixProvider *dpp, 
-                         RGWSI_MetaBackend::Context *ctx,
                          const rgw_user& user,
                          const rgw_bucket& bucket,
                          ceph::real_time creation_time,
                          optional_yield y) = 0;
   virtual int remove_bucket(const DoutPrefixProvider *dpp, 
-                            RGWSI_MetaBackend::Context *ctx,
                             const rgw_user& user,
                             const rgw_bucket& _bucket, optional_yield) = 0;
   virtual int list_buckets(const DoutPrefixProvider *dpp, 
-                           RGWSI_MetaBackend::Context *ctx,
                            const rgw_user& user,
                            const std::string& marker,
                            const std::string& end_marker,
@@ -110,13 +107,11 @@ public:
                            optional_yield y) = 0;
 
   virtual int flush_bucket_stats(const DoutPrefixProvider *dpp, 
-                                 RGWSI_MetaBackend::Context *ctx,
                                  const rgw_user& user,
                                  const RGWBucketEnt& ent, optional_yield y) = 0;
-  virtual int complete_flush_stats(const DoutPrefixProvider *dpp, RGWSI_MetaBackend::Context *ctx,
+  virtual int complete_flush_stats(const DoutPrefixProvider *dpp,
                                   const rgw_user& user, optional_yield y) = 0;
   virtual int reset_bucket_stats(const DoutPrefixProvider *dpp, 
-                                 RGWSI_MetaBackend::Context *ctx,
                                 const rgw_user& user,
                                  optional_yield y) = 0;
   virtual int read_stats(const DoutPrefixProvider *dpp, 
@@ -126,7 +121,7 @@ public:
                         ceph::real_time *last_stats_update,
                          optional_yield y) = 0;  /* last time a stats update was done */
 
-  virtual int read_stats_async(const DoutPrefixProvider *dpp, RGWSI_MetaBackend::Context *ctx,
+  virtual int read_stats_async(const DoutPrefixProvider *dpp,
                               const rgw_user& user, RGWGetUserStats_CB *cb) = 0;
 };