]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rbd_mirror/test_mock_ImageSync.cc
update sources to 12.2.10
[ceph.git] / ceph / src / test / rbd_mirror / test_mock_ImageSync.cc
index 25b2cadc79fa0befae49f1718f1f30f592af37ce..7741848aeed7fe710b2622cee033ca2c9d68ec1e 100644 (file)
@@ -225,7 +225,7 @@ public:
   }
 
   void expect_start_op(librbd::MockExclusiveLock &mock_exclusive_lock) {
-    EXPECT_CALL(mock_exclusive_lock, start_op()).WillOnce(
+    EXPECT_CALL(mock_exclusive_lock, start_op(_)).WillOnce(
       ReturnNew<FunctionContext>([](int) {}));
   }