From 4f8b4b5bc5d99474e364f7c677a8e54da8a33414 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 31 Aug 2020 16:57:25 +0200 Subject: [PATCH] svc: role: fix real_time put param Signed-off-by: Abhishek Lekshmanan --- src/rgw/services/svc_role.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/services/svc_role.h b/src/rgw/services/svc_role.h index 4c080aedbc3..c251c48d27e 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; -- 2.47.3