Skip to content

Commit

Permalink
svc: role: fix real_time put param
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
  • Loading branch information
theanalyst authored and pritha-srivastava committed Jun 6, 2022
1 parent cff18a2 commit 4f8b4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/services/svc_role.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f8b4b5

Please sign in to comment.