| 59 | return 0; |
| 60 | } |
| 61 | [[deprecated]] |
| 62 | int decode_chunks(const set<int> &want_to_read, |
| 63 | const map<int, bufferlist> &chunks, |
| 64 | map<int, bufferlist> *decoded) override { |
| 65 | ceph_abort_msg("ErasureCode::decode_chunks not implemented"); |
| 66 | } |
| 67 | int decode_chunks(const shard_id_set &want_to_read, |
| 68 | shard_id_map<bufferptr> &in, |
| 69 | shard_id_map<bufferptr> &out) override { |