From: Abhishek Lekshmanan Date: Mon, 31 Aug 2020 14:57:25 +0000 (+0200) Subject: svc: role: fix real_time put param X-Git-Tag: v18.0.0~710^2~51 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f8b4b5bc5d99474e364f7c677a8e54da8a33414;p=ceph.git svc: role: fix real_time put param Signed-off-by: Abhishek Lekshmanan --- diff --git a/src/rgw/services/svc_role.h b/src/rgw/services/svc_role.h index 4c080aedbc31..c251c48d27e0 100644 --- a/src/rgw/services/svc_role.h +++ b/src/rgw/services/svc_role.h @@ -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 * pattrs, optional_yield y) = 0;