File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ void rgw_cls_bi_entry::dump(Formatter *f) const
406406
407407bool rgw_cls_bi_entry::get_info (cls_rgw_obj_key *key,
408408 RGWObjCategory *category,
409- rgw_bucket_category_stats *accounted_stats)
409+ rgw_bucket_category_stats *accounted_stats) const
410410{
411411 using ceph::decode;
412412 auto iter = data.cbegin ();
Original file line number Diff line number Diff line change @@ -505,7 +505,7 @@ struct rgw_cls_bi_entry {
505505 void decode_json (JSONObj *obj, cls_rgw_obj_key *effective_key = NULL );
506506 static void generate_test_instances (std::list<rgw_cls_bi_entry*>& o);
507507 bool get_info (cls_rgw_obj_key *key, RGWObjCategory *category,
508- rgw_bucket_category_stats *accounted_stats);
508+ rgw_bucket_category_stats *accounted_stats) const ;
509509};
510510WRITE_CLASS_ENCODER (rgw_cls_bi_entry)
511511
You can’t perform that action at this time.
0 commit comments