]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/rbd_mirror/test_mock_fixture.h
update sources to v12.2.3
[ceph.git] / ceph / src / test / rbd_mirror / test_mock_fixture.h
index 7855f284546f6aebffb904d2265fbb84ce9b0543..0ad8c193225e17439ddbcf21921e73675d0b58e9 100644 (file)
@@ -21,6 +21,10 @@ namespace librbd {
 class MockImageCtx;
 }
 
+ACTION_P(CopyInBufferlist, str) {
+  arg0->append(str);
+}
+
 ACTION_P(CompleteContext, r) {
   arg0->complete(r);
 }