]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_otp.h
import ceph pacific 16.2.5
[ceph.git] / ceph / src / rgw / rgw_otp.h
index ca323b5f1e79b11692bb6dea70eca74cb16ebb09..259e2152fafad9c9c1f7ffb2ffa379e5c86b4ad0 100644 (file)
@@ -103,10 +103,13 @@ public:
   };
 
   int read_all(const rgw_user& uid, RGWOTPInfo *info, optional_yield y,
+               const DoutPrefixProvider *dpp,
                const GetParams& params = {});
-  int store_all(const RGWOTPInfo& info, optional_yield y,
+  int store_all(const DoutPrefixProvider *dpp, 
+                const RGWOTPInfo& info, optional_yield y,
                 const PutParams& params = {});
-  int remove_all(const rgw_user& user, optional_yield y,
+  int remove_all(const DoutPrefixProvider *dpp, 
+                 const rgw_user& user, optional_yield y,
                  const RemoveParams& params = {});
 };