]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/ObjectStore.h
update sources to 12.2.7
[ceph.git] / ceph / src / os / ObjectStore.h
index 0efd5ad15a1754c02f347928145550a3813dcae8..12879511047dd737536c45e705fd3126dfdfc916 100644 (file)
@@ -2049,6 +2049,9 @@ public:
   virtual void inject_mdata_error(const ghobject_t &oid) {}
 
   virtual void compact() {}
+  virtual bool has_builtin_csum() const {
+    return false;
+  }
 };
 WRITE_CLASS_ENCODER(ObjectStore::Transaction)
 WRITE_CLASS_ENCODER(ObjectStore::Transaction::TransactionData)