X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=blobdiff_plain;f=ceph%2Fsrc%2Ftools%2Frbd_mirror%2Fimage_replayer%2FBootstrapRequest.h;h=a28789b9f8fb8c5a6b2e0837747f78ff32c39cf7;hp=8a46e7038d6d043b53146ccd3dcfd73f36a524c1;hb=28e407b858acd3bddc89f68583571f771bb42e46;hpb=dfcb7b53b2e4fcd2a5af0240d4975adc711ab96e diff --git a/ceph/src/tools/rbd_mirror/image_replayer/BootstrapRequest.h b/ceph/src/tools/rbd_mirror/image_replayer/BootstrapRequest.h index 8a46e7038..a28789b9f 100644 --- a/ceph/src/tools/rbd_mirror/image_replayer/BootstrapRequest.h +++ b/ceph/src/tools/rbd_mirror/image_replayer/BootstrapRequest.h @@ -8,6 +8,7 @@ #include "include/rados/librados.hpp" #include "common/Mutex.h" #include "cls/journal/cls_journal_types.h" +#include "librbd/journal/Types.h" #include "librbd/journal/TypeTraits.h" #include "tools/rbd_mirror/BaseRequest.h" #include "tools/rbd_mirror/types.h" @@ -174,6 +175,9 @@ private: int m_ret_val = 0; ImageSync *m_image_sync = nullptr; + uint64_t m_local_tag_tid = 0; + librbd::journal::TagData m_local_tag_data; + bufferlist m_out_bl; void get_remote_tag_class();