]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_sal.h
import 15.2.5
[ceph.git] / ceph / src / rgw / rgw_sal.h
index 356cbefebb6e56b88c4d6437a08dfbf4798cc0f6..542844d03924868770b2629e11559fafe7c25378 100644 (file)
@@ -154,8 +154,8 @@ public:
     buckets[bucket->ent.bucket.name] = bucket;
   }
   size_t count() const { return buckets.size(); }
-
-};
+  void clear() { buckets.clear(); truncated = false; }
+}; // class RGWBucketList
 
 class RGWObject {
   protected: