]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/mock/MockImageCtx.h
update sources to 12.2.7
[ceph.git] / ceph / src / test / librbd / mock / MockImageCtx.h
index 223ea537d5556ca4bb41bcd2bc85598f96465a6d..4bb723dc766e4f0c70258235183c32c15914adfd 100644 (file)
@@ -218,6 +218,8 @@ struct MockImageCtx {
   MOCK_CONST_METHOD0(get_stripe_count, uint64_t());
   MOCK_CONST_METHOD0(get_stripe_period, uint64_t());
 
+  MOCK_CONST_METHOD0(is_writeback_cache_enabled, bool());
+
   ImageCtx *image_ctx;
   CephContext *cct;
   PerfCounters *perfcounter;