]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/image_sync/ObjectCopyRequest.h
update sources to v12.1.0
[ceph.git] / ceph / src / tools / rbd_mirror / image_sync / ObjectCopyRequest.h
index 78068861a5c0caf1d1247a4c95b58e977e5f58cc..8430e7030c43933fb299222d7ac5d0fdea085ccd 100644 (file)
@@ -14,6 +14,7 @@
 #include <vector>
 
 class Context;
+class RWLock;
 
 namespace rbd {
 namespace mirror {
@@ -136,6 +137,8 @@ private:
   void send_update_object_map();
   void handle_update_object_map(int r);
 
+  Context *start_local_op(RWLock &owner_lock);
+
   void compute_diffs();
   void finish(int r);