X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_multi.h;h=8c68288831e2a70db678cca84d65459f58ed9063;hb=494da23a05e25ed98f5539f3b89e6af3cafe3fec;hp=4cb553d02365ee5e605af7d5d15363d802908392;hpb=931c18d5142274109ebfaecd012da8e5a3ebc67e;p=ceph.git diff --git a/ceph/src/rgw/rgw_multi.h b/ceph/src/rgw/rgw_multi.h index 4cb553d02..8c6828883 100644 --- a/ceph/src/rgw/rgw_multi.h +++ b/ceph/src/rgw/rgw_multi.h @@ -102,9 +102,12 @@ extern int abort_multipart_upload(RGWRados *store, CephContext *cct, RGWObjectCt RGWBucketInfo& bucket_info, RGWMPObj& mp_obj); extern int list_bucket_multiparts(RGWRados *store, RGWBucketInfo& bucket_info, - string& prefix, string& marker, string& delim, - int& max_uploads, vector *objs, - map *common_prefixes, bool *is_truncated); + const string& prefix, + const string& marker, + const string& delim, + const int& max_uploads, + vector *objs, + map *common_prefixes, bool *is_truncated); extern int abort_bucket_multiparts(RGWRados *store, CephContext *cct, RGWBucketInfo& bucket_info, string& prefix, string& delim);