]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_client_io.h
update sources to v12.2.1
[ceph.git] / ceph / src / rgw / rgw_client_io.h
index d06eaea3c2d16bdae092ba9cfccbfb352030ea23..8579b2383526956dee5774136cf2786b8d6c9121 100644 (file)
@@ -339,8 +339,8 @@ class RGWRestfulIO : public rgw::io::AccountingFilter<rgw::io::RestfulClient*> {
 public:
   ~RGWRestfulIO() override = default;
 
-  RGWRestfulIO(rgw::io::RestfulClient* engine)
-    : AccountingFilter<rgw::io::RestfulClient*>(std::move(engine)) {
+  RGWRestfulIO(CephContext *_cx, rgw::io::RestfulClient* engine)
+    : AccountingFilter<rgw::io::RestfulClient*>(_cx, std::move(engine)) {
   }
 
   void add_filter(std::shared_ptr<DecoratedRestfulClient> new_filter) {