]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/erasure-code/TestErasureCode.cc
update sources to v12.1.1
[ceph.git] / ceph / src / test / erasure-code / TestErasureCode.cc
index 0bf01b05c3e15a0fa887414ab8663c371bb0d4fd..3e7d90cd58983d2966a548d6b2a027566cd2d2bf 100644 (file)
@@ -47,10 +47,9 @@ public:
     encode_chunks_encoded = *encoded;
     return 0;
   }
-  int create_ruleset(const string &name,
-                            CrushWrapper &crush,
-                            ostream *ss) const override { return 0; }
-
+  int create_rule(const string &name,
+                 CrushWrapper &crush,
+                 ostream *ss) const override { return 0; }
 };
 
 /*