X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Fdriver%2Frados%2Frgw_obj_manifest.h;h=6984184aa5ed2860308cd116623907d64c2476c0;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=3442cdc8425ad61618e87104d3fb7e0acff80e1b;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/src/rgw/driver/rados/rgw_obj_manifest.h b/ceph/src/rgw/driver/rados/rgw_obj_manifest.h index 3442cdc84..6984184aa 100644 --- a/ceph/src/rgw/driver/rados/rgw_obj_manifest.h +++ b/ceph/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;