]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/ObjectMap.h
update sources to v12.1.1
[ceph.git] / ceph / src / os / ObjectMap.h
index 68341628d2a638bf9591c9a72d93f327158d571c..67a5780ae8c283882173862d8f32beff7828de49 100644 (file)
@@ -154,6 +154,8 @@ public:
 
   virtual int check(std::ostream &out, bool repair = false) { return 0; }
 
+  virtual void compact() {}
+
   typedef KeyValueDB::GenericIteratorImpl ObjectMapIteratorImpl;
   typedef ceph::shared_ptr<ObjectMapIteratorImpl> ObjectMapIterator;
   virtual ObjectMapIterator get_iterator(const ghobject_t &oid) {