]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/test/librbd/mock/MockObjectMap.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / test / librbd / mock / MockObjectMap.h
index 2692a30ff0b8555aa6afc23c97ce08658abda6cd..d72408403e8e91ed995ac5cb63cd3f9c692c4127 100644 (file)
@@ -26,6 +26,9 @@ struct MockObjectMap {
   MOCK_METHOD3(aio_resize, void(uint64_t new_size, uint8_t default_object_state,
                                 Context *on_finish));
 
+  void get() {}
+  void put() {}
+
   template <typename T, void(T::*MF)(int) = &T::complete>
   bool aio_update(uint64_t snap_id, uint64_t start_object_no, uint8_t new_state,
                   const boost::optional<uint8_t> &current_state,