]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/rbd_mirror/MirrorStatusWatcher.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / tools / rbd_mirror / MirrorStatusWatcher.cc
index 219f3e302a3d6c80bc2f9b6268cf6613c73b8e63..3e1564c5b707217e6a748dd1cb500137c5b27e7a 100644 (file)
@@ -20,7 +20,7 @@ using librbd::util::create_rados_callback;
 
 template <typename I>
 MirrorStatusWatcher<I>::MirrorStatusWatcher(librados::IoCtx &io_ctx,
-                                            ContextWQ *work_queue)
+                                            librbd::asio::ContextWQ *work_queue)
   : Watcher(io_ctx, work_queue, RBD_MIRRORING) {
 }