]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/erasure-code/TestErasureCode.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / test / erasure-code / TestErasureCode.cc
index 3e7d90cd58983d2966a548d6b2a027566cd2d2bf..98d5bb2edf98e03413e1c7aa1343c75bcb8ef402 100644 (file)
@@ -47,6 +47,12 @@ public:
     encode_chunks_encoded = *encoded;
     return 0;
   }
+  int decode_chunks(const set<int> &want_to_read,
+                    const map<int, bufferlist> &chunks,
+                    map<int, bufferlist> *decoded) override {
+    ceph_abort_msg("ErasureCode::decode_chunks not implemented");
+  }
+
   int create_rule(const string &name,
                  CrushWrapper &crush,
                  ostream *ss) const override { return 0; }