]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/os/ObjectMap.h
update sources to 12.2.2
[ceph.git] / ceph / src / os / ObjectMap.h
index 67a5780ae8c283882173862d8f32beff7828de49..32b423c2861681ac41b179a527cd7d9c8c7fbbe9 100644 (file)
@@ -152,7 +152,7 @@ public:
     const SequencerPosition *spos=0   ///< [in] Sequencer
     ) { return 0; }
 
-  virtual int check(std::ostream &out, bool repair = false) { return 0; }
+  virtual int check(std::ostream &out, bool repair = false, bool force = false) { return 0; }
 
   virtual void compact() {}