]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
svc: role: fix real_time put param
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 31 Aug 2020 14:57:25 +0000 (16:57 +0200)
committerPritha Srivastava <prsrivas@redhat.com>
Mon, 6 Jun 2022 10:49:41 +0000 (16:19 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/services/svc_role.h

index 4c080aedbc313d65dd2796d7be8160a7eacaf93c..c251c48d27e0b1f4fe5a583140c96ddb9b8c5dc3 100644 (file)
@@ -31,7 +31,7 @@ class RGWSI_Role: public RGWServiceInstance
   virtual int store_info(RGWSI_MetaBackend::Context *ctx,
                         const RGWRole& role,
                         RGWObjVersionTracker * const objv_tracker,
-                        real_time * const pmtime,
+                        const real_time& mtime,
                         bool exclusive,
                         std::map<std::string, bufferlist> * pattrs,
                         optional_yield y) = 0;