]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_trim_bilog.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_trim_bilog.h
index a2d5f4c980c5a58dbbcd749eee2b0d89e390b027..28652c95ba1d0512125dc7d2edd841d1a6a2251b 100644 (file)
@@ -31,7 +31,7 @@ class RGWHTTPManager;
 namespace rgw {
 
 namespace sal {
-  class RGWRadosStore;
+  class RadosStore;
 }
 
 /// Interface to inform the trim process about which buckets are most active
@@ -74,7 +74,7 @@ class BucketTrimManager : public BucketChangeObserver, public DoutPrefixProvider
   class Impl;
   std::unique_ptr<Impl> impl;
  public:
-  BucketTrimManager(sal::RGWRadosStore *store, const BucketTrimConfig& config);
+  BucketTrimManager(sal::RadosStore *store, const BucketTrimConfig& config);
   ~BucketTrimManager();
 
   int init();