]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_sys_obj_cache.cc
import ceph quincy 17.2.6
[ceph.git] / ceph / src / rgw / services / svc_sys_obj_cache.cc
index 3453f43e16ad1b0c0e0be5f9d59cad63ead29012..e7c595bd2a81f358283a9c756e6dc51c5a0e5ee7 100644 (file)
@@ -527,6 +527,7 @@ public:
     void shutdown();
 
     int call(std::string_view command, const cmdmap_t& cmdmap,
+            const bufferlist&,
             Formatter *f,
             std::ostream& ss,
             bufferlist& out) override;
@@ -554,6 +555,7 @@ void RGWSI_SysObj_Cache_ASocketHook::shutdown()
 
 int RGWSI_SysObj_Cache_ASocketHook::call(
   std::string_view command, const cmdmap_t& cmdmap,
+  const bufferlist&,
   Formatter *f,
   std::ostream& ss,
   bufferlist& out)