From: Casey Bodley Date: Tue, 30 May 2023 17:53:02 +0000 (-0400) Subject: rgw: expose part id in RGWObjManifest iterator X-Git-Tag: v19.0.0~746^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=07d28bac1513661a96462444843ff74527d275be;p=ceph-ci.git rgw: expose part id in RGWObjManifest iterator Signed-off-by: Casey Bodley --- diff --git a/src/rgw/driver/rados/rgw_obj_manifest.h b/src/rgw/driver/rados/rgw_obj_manifest.h index 3442cdc8425..6984184aa5e 100644 --- a/src/rgw/driver/rados/rgw_obj_manifest.h +++ b/src/rgw/driver/rados/rgw_obj_manifest.h @@ -545,6 +545,10 @@ public: return ofs; } + int get_cur_part_id() const { + return cur_part_id; + } + /* stripe number */ int get_cur_stripe() const { return cur_stripe;