From: Casey Bodley Date: Mon, 8 Nov 2021 14:32:33 +0000 (-0500) Subject: cls/rgw: add rgw_bucket_dir_stats alias X-Git-Tag: v17.1.0~390^2~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b5b006843adabccc6a291b0ccad5de9d644a84cf;p=ceph-ci.git cls/rgw: add rgw_bucket_dir_stats alias Signed-off-by: Casey Bodley --- diff --git a/src/cls/rgw/cls_rgw_types.h b/src/cls/rgw/cls_rgw_types.h index b19c46266ee..3e30725606b 100644 --- a/src/cls/rgw/cls_rgw_types.h +++ b/src/cls/rgw/cls_rgw_types.h @@ -807,8 +807,10 @@ struct cls_rgw_bucket_instance_entry { }; WRITE_CLASS_ENCODER(cls_rgw_bucket_instance_entry) +using rgw_bucket_dir_stats = std::map; + struct rgw_bucket_dir_header { - std::map stats; + rgw_bucket_dir_stats stats; uint64_t tag_timeout; uint64_t ver; uint64_t master_ver;