]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librados_test_stub/TestIoCtxImpl.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / librados_test_stub / TestIoCtxImpl.h
index 972dd44da51167757b391208f23ef94e59755997..0bd3e6fb0c248ae25d00ab1d20beab86458f30ea 100644 (file)
@@ -99,7 +99,8 @@ public:
                      const SnapContext &snapc) = 0;
   virtual int assert_exists(const std::string &oid) = 0;
 
-  virtual int create(const std::string& oid, bool exclusive) = 0;
+  virtual int create(const std::string& oid, bool exclusive,
+                     const SnapContext &snapc) = 0;
   virtual int exec(const std::string& oid, TestClassHandler *handler,
                    const char *cls, const char *method,
                    bufferlist& inbl, bufferlist* outbl,