summaryrefslogtreecommitdiff
path: root/src/rgw/rgw_rados.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_rados.h')
-rw-r--r--src/rgw/rgw_rados.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h
index 7d681c9e74b..7e4e840da99 100644
--- a/src/rgw/rgw_rados.h
+++ b/src/rgw/rgw_rados.h
@@ -583,7 +583,7 @@ public:
/// clean up/process any temporary objects older than given date[/time]
int remove_temp_objects(string date, string time);
- int remove_obj_from_index(rgw_bucket& bucket, const string& oid);
+ int remove_objs_from_index(rgw_bucket& bucket, list<string>& oid_list);
private:
int process_intent_log(rgw_bucket& bucket, string& oid,