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, 2 insertions, 0 deletions
diff --git a/src/rgw/rgw_rados.h b/src/rgw/rgw_rados.h
index 4acd8e8da80..7d681c9e74b 100644
--- a/src/rgw/rgw_rados.h
+++ b/src/rgw/rgw_rados.h
@@ -583,6 +583,8 @@ 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);
+
private:
int process_intent_log(rgw_bucket& bucket, string& oid,
time_t epoch, int flags, bool purge);