]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/immutable_object_cache/CacheClient.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / tools / immutable_object_cache / CacheClient.h
index 3294e56048ab28373082b842cf3a6da92695828b..b2f749631258969f0b9b73c5e106828f0488bfc2 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <atomic>
 #include <boost/asio.hpp>
-#include <boost/bind.hpp>
 #include <boost/asio/error.hpp>
 #include <boost/algorithm/string.hpp>
 
@@ -33,7 +32,7 @@ class CacheClient {
   int connect();
   void connect(Context* on_finish);
   void lookup_object(std::string pool_nspace, uint64_t pool_id,
-                     uint64_t snap_id, std::string oid,
+                     uint64_t snap_id, uint64_t object_size, std::string oid,
                      CacheGenContextURef&& on_finish);
   int register_client(Context* on_finish);