]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/immutable_object_cache/ObjectCacheStore.h
Import ceph 15.2.8
[ceph.git] / ceph / src / tools / immutable_object_cache / ObjectCacheStore.h
index eba003412e0cd3c99f61abd7fa3c86ce63ddfae3..270a93be452203d919b9b78e9387d3724d18078c 100644 (file)
@@ -31,6 +31,7 @@ class ObjectCacheStore {
   int lookup_object(std::string pool_nspace,
                     uint64_t pool_id, uint64_t snap_id,
                     std::string object_name,
+                    bool return_dne_path,
                     std::string& target_cache_file_path);
 
  private: