]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rbd_mirror/image_replayer/journal/test_mock_Replayer.cc
import 15.2.2 octopus source
[ceph.git] / ceph / src / test / rbd_mirror / image_replayer / journal / test_mock_Replayer.cc
index de1513f192bd75342e49274b90e46bf73c794645..7e233b8d6f7334ef63b18d64a5c7fc730b1b812f 100644 (file)
@@ -207,6 +207,7 @@ struct ReplayStatusFormatter<librbd::MockTestImageCtx> {
     s_instance = nullptr;
   }
 
+  MOCK_METHOD1(handle_entry_processed, void(uint64_t));
   MOCK_METHOD2(get_or_send_update, bool(std::string *description, Context *on_finish));
 };