]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/mock/MockImageState.h
import 15.2.5
[ceph.git] / ceph / src / test / librbd / mock / MockImageState.h
index b9c8c8d07590b02c3016a984b1fea95b0d742402..b287c13c2b412ee2d34b72bc34f2d2dadb5b0894 100644 (file)
@@ -30,6 +30,8 @@ struct MockImageState {
 
   MOCK_METHOD2(register_update_watcher, int(UpdateWatchCtx *, uint64_t *));
   MOCK_METHOD2(unregister_update_watcher, void(uint64_t, Context *));  
+
+  MOCK_METHOD0(handle_update_notification, void());
 };
 
 } // namespace librbd