]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_loadgen_process.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_loadgen_process.cc
index 6bc9ccd477691ad127055fdb50cea19e4e535f19..f2d3d217131e317e5ecd3a6ba7eefc7a24179017 100644 (file)
@@ -5,7 +5,6 @@
 #include "common/Throttle.h"
 #include "common/WorkQueue.h"
 
-#include "rgw_rados.h"
 #include "rgw_rest.h"
 #include "rgw_frontend.h"
 #include "rgw_request.h"
@@ -135,7 +134,7 @@ void RGWLoadGenProcess::handle_request(RGWRequest* r)
 
   int ret = process_request(store, rest, req, uri_prefix,
                             *auth_registry, &client_io, olog,
-                            null_yield, nullptr);
+                            null_yield, nullptr, nullptr, nullptr);
   if (ret < 0) {
     /* we don't really care about return code */
     dout(20) << "process_request() returned " << ret << dendl;