]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_trim_mdlog.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_trim_mdlog.h
index 3a4d142307b11a6c5db7fd32cfe58eb82fdc3766..1dba8612bd3afca61edcd0cdd98327d9f4ff023b 100644 (file)
@@ -9,17 +9,17 @@ class RGWRados;
 class RGWHTTPManager;
 class utime_t;
 namespace rgw { namespace sal {
-  class RGWRadosStore;
+  class RadosStore;
 } }
 
 // MetaLogTrimCR factory function
 RGWCoroutine* create_meta_log_trim_cr(const DoutPrefixProvider *dpp,
-                                      rgw::sal::RGWRadosStore *store,
+                                      rgw::sal::RadosStore* store,
                                       RGWHTTPManager *http,
                                       int num_shards, utime_t interval);
 
 // factory function for mdlog trim via radosgw-admin
 RGWCoroutine* create_admin_meta_log_trim_cr(const DoutPrefixProvider *dpp,
-                                            rgw::sal::RGWRadosStore *store,
+                                            rgw::sal::RadosStore* store,
                                             RGWHTTPManager *http,
                                             int num_shards);