]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / tools / rbd_mirror / image_sync / SyncPointCreateRequest.h
index 278795af967e11827f09d550655dfae7948c6231..9b52b837479af45ab33c5142c8baaca933f29885 100644 (file)
@@ -4,6 +4,7 @@
 #ifndef RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_CREATE_REQUEST_H
 #define RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_CREATE_REQUEST_H
 
+#include "librbd/internal.h"
 #include "Types.h"
 #include <string>
 
@@ -66,6 +67,7 @@ private:
   Context *m_on_finish;
 
   SyncPoints m_sync_points_copy;
+  librbd::NoOpProgressContext m_prog_ctx;
 
   void send_update_sync_points();
   void handle_update_sync_points(int r);